This is an automated email from the ASF dual-hosted git repository.
tabish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git
The following commit(s) were added to refs/heads/main by this push:
new fc2cecdf PROTON-2798 Update test dependencies to latest
fc2cecdf is described below
commit fc2cecdfe12f62e5201ac3d855b882416964d15d
Author: Timothy Bish <[email protected]>
AuthorDate: Mon Feb 26 18:25:23 2024 -0500
PROTON-2798 Update test dependencies to latest
JUnit update to v5.10.2
Mockito update to 5.10.0
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 49b2bda8..3f3e31ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,9 +40,9 @@
<minimalJavaBuildVersion>11</minimalJavaBuildVersion>
<!-- Test dependency versions -->
- <junit.jupiter.version>5.10.1</junit.jupiter.version>
- <junit.vintage.version>5.10.1</junit.vintage.version>
- <mockito.version>5.8.0</mockito.version>
+ <junit.jupiter.version>5.10.2</junit.jupiter.version>
+ <junit.vintage.version>5.10.2</junit.vintage.version>
+ <mockito.version>5.10.0</mockito.version>
<proton.version>0.34.1</proton.version>
<slf4j.version>1.7.36</slf4j.version>
<hamcrest.version>2.2</hamcrest.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]