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 e1b3ea51 PROTON-2758 Update JUnit to 5.10.0 e1b3ea51 is described below commit e1b3ea5116dde5b9b97921c6749fa2b70e03977a Author: Timothy Bish <tabish...@gmail.com> AuthorDate: Mon Jul 24 17:33:51 2023 -0400 PROTON-2758 Update JUnit to 5.10.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e9d0e428..3970be4e 100644 --- a/pom.xml +++ b/pom.xml @@ -40,8 +40,8 @@ <minimalJavaBuildVersion>11</minimalJavaBuildVersion> <!-- Test dependency versions --> - <junit.jupiter.version>5.9.3</junit.jupiter.version> - <junit.vintage.version>5.9.3</junit.vintage.version> + <junit.jupiter.version>5.10.0</junit.jupiter.version> + <junit.vintage.version>5.10.0</junit.vintage.version> <mockito.version>5.4.0</mockito.version> <proton.version>0.34.1</proton.version> <slf4j.version>1.7.36</slf4j.version> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org