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 22f2e89dc1f1976c65dc03f1c8461ed31597ff8d Author: Timothy Bish <tabish...@gmail.com> AuthorDate: Mon Jul 8 11:04:48 2024 -0400 PROTON-2828 Update JUnit to latest release --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8f58597a..572c65d5 100644 --- a/pom.xml +++ b/pom.xml @@ -40,8 +40,8 @@ <minimalJavaBuildVersion>11</minimalJavaBuildVersion> <!-- Test dependency versions --> - <junit.jupiter.version>5.10.2</junit.jupiter.version> - <junit.vintage.version>5.10.2</junit.vintage.version> + <junit.jupiter.version>5.10.3</junit.jupiter.version> + <junit.vintage.version>5.10.3</junit.vintage.version> <mockito.version>5.12.0</mockito.version> <proton.version>0.34.1</proton.version> <slf4j.version>1.7.36</slf4j.version> @@ -52,7 +52,7 @@ <netty.tcnative.version>2.0.65.Final</netty.tcnative.version> <!-- Plugin versions --> - <jacoco.plugin.version>0.8.10</jacoco.plugin.version> + <jacoco.plugin.version>0.8.12</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