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 db2daa7c02d3c64421e86d9513073fe32c5db0d5 Author: Timothy Bish <[email protected]> AuthorDate: Mon Aug 26 12:28:44 2024 -0400 PROTON-2846 Update JUnit to version 5.11.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 57fa9fc1..7d6b93fc 100644 --- a/pom.xml +++ b/pom.xml @@ -40,8 +40,8 @@ <minimalJavaBuildVersion>11</minimalJavaBuildVersion> <!-- Test dependency versions --> - <junit.jupiter.version>5.10.3</junit.jupiter.version> - <junit.vintage.version>5.10.3</junit.vintage.version> + <junit.jupiter.version>5.11.0</junit.jupiter.version> + <junit.vintage.version>5.11.0</junit.vintage.version> <mockito.version>5.12.0</mockito.version> <proton.version>0.34.1</proton.version> <slf4j.version>1.7.36</slf4j.version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
