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 755b17a30f7188154746d4576925e273e0a74984 Author: Timothy Bish <[email protected]> AuthorDate: Fri Oct 15 10:08:04 2021 -0400 PROTON-2395 Update testing deps to latest Update JUnit to 5.8.1 and Mockito to 4.0.0 releases --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c6f1126..477b854 100644 --- a/pom.xml +++ b/pom.xml @@ -37,9 +37,9 @@ <maven.compiler.target>11</maven.compiler.target> <!-- Test dependency versions --> - <junit.jupiter.version>5.7.2</junit.jupiter.version> - <junit.vintage.version>5.7.2</junit.vintage.version> - <mockito.version>3.12.4</mockito.version> + <junit.jupiter.version>5.8.1</junit.jupiter.version> + <junit.vintage.version>5.8.1</junit.vintage.version> + <mockito.version>4.0.0</mockito.version> <proton.version>0.33.9</proton.version> <slf4j.version>1.7.32</slf4j.version> <log4j.slf4j.version>2.14.1</log4j.slf4j.version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
