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 468c6c03 PROTON-2592 Update JUnit and Mockito to latest release
versions
468c6c03 is described below
commit 468c6c034b8bd8cdcbbbdc33aeb121adfbf5409b
Author: Timothy Bish <[email protected]>
AuthorDate: Mon Aug 22 11:03:52 2022 -0400
PROTON-2592 Update JUnit and Mockito to latest release versions
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 51b16991..bd05cf5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,9 +37,9 @@
<maven.compiler.target>11</maven.compiler.target>
<!-- Test dependency versions -->
- <junit.jupiter.version>5.8.2</junit.jupiter.version>
- <junit.vintage.version>5.8.2</junit.vintage.version>
- <mockito.version>4.6.1</mockito.version>
+ <junit.jupiter.version>5.9.0</junit.jupiter.version>
+ <junit.vintage.version>5.9.0</junit.vintage.version>
+ <mockito.version>4.7.0</mockito.version>
<proton.version>0.33.10</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]