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
commit 86ec3b9e13c9fc8ecd9c7a61d9bfef85479b0fe8 Author: Timothy Bish <tabish...@gmail.com> AuthorDate: Thu May 1 15:30:56 2025 -0400 PROTON-2876 Update JUnit and Mockito to latest --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1d394264..a981d8a0 100644 --- a/pom.xml +++ b/pom.xml @@ -40,8 +40,8 @@ <minimalJavaBuildVersion>11</minimalJavaBuildVersion> <!-- Test dependency versions --> - <junit.jupiter.version>5.12.1</junit.jupiter.version> - <mockito.version>5.16.1</mockito.version> + <junit.jupiter.version>5.12.2</junit.jupiter.version> + <mockito.version>5.17.0</mockito.version> <proton.version>0.34.1</proton.version> <slf4j.version>2.0.17</slf4j.version> <hamcrest.version>3.0</hamcrest.version> @@ -50,7 +50,7 @@ <netty.tcnative.version>2.0.70.Final</netty.tcnative.version> <!-- Plugin versions --> - <jacoco.plugin.version>0.8.12</jacoco.plugin.version> + <jacoco.plugin.version>0.8.13</jacoco.plugin.version> <!-- Test properties --> <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org