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 fa9e0b5695edc2f930a9da6e132fa126d9a49dfb Author: Timothy Bish <[email protected]> AuthorDate: Tue Jan 21 11:47:01 2025 -0500 PROTON-2863 Update project test dependencies to latest versions JUnit to 5.11.4 Mockito to 5.15.2 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f3097d33..9593185a 100644 --- a/pom.xml +++ b/pom.xml @@ -40,9 +40,9 @@ <minimalJavaBuildVersion>11</minimalJavaBuildVersion> <!-- Test dependency versions --> - <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> + <junit.jupiter.version>5.11.4</junit.jupiter.version> + <junit.vintage.version>5.11.4</junit.vintage.version> + <mockito.version>5.15.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]
