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 28595839916c8ed17e077538e9820cef8315617b Author: Timothy Bish <[email protected]> AuthorDate: Tue Nov 12 15:26:05 2024 -0500 PROTON-2863 Update project test dependencies to latest versions JUnit to 5.11.3 Mockito to 5.14.2 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 16360d34..74303188 100644 --- a/pom.xml +++ b/pom.xml @@ -40,9 +40,9 @@ <minimalJavaBuildVersion>11</minimalJavaBuildVersion> <!-- Test dependency versions --> - <junit.jupiter.version>5.11.0</junit.jupiter.version> - <junit.vintage.version>5.11.0</junit.vintage.version> - <mockito.version>5.13.0</mockito.version> + <junit.jupiter.version>5.11.3</junit.jupiter.version> + <junit.vintage.version>5.11.3</junit.vintage.version> + <mockito.version>5.14.2</mockito.version> <proton.version>0.34.1</proton.version> <slf4j.version>1.7.36</slf4j.version> <hamcrest.version>3.0</hamcrest.version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
