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 92249550 PROTON-2608 Update project test dependencies to latest 92249550 is described below commit 92249550a365a6faf0fa0bdfd9b578ac3e99bb0f Author: Timothy Bish <tabish...@gmail.com> AuthorDate: Tue Sep 13 13:23:38 2022 -0400 PROTON-2608 Update project test dependencies to latest Update proton-j and Mokcito to latest releases --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 696e8b40..ee53ec64 100644 --- a/pom.xml +++ b/pom.xml @@ -42,8 +42,8 @@ <!-- Test dependency versions --> <junit.jupiter.version>5.9.0</junit.jupiter.version> <junit.vintage.version>5.9.0</junit.vintage.version> - <mockito.version>4.7.0</mockito.version> - <proton.version>0.33.10</proton.version> + <mockito.version>4.8.0</mockito.version> + <proton.version>0.34.0</proton.version> <slf4j.version>1.7.36</slf4j.version> <hamcrest.version>2.2</hamcrest.version> <netty.version>4.1.81.Final</netty.version> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org