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 f9ac5b3 PROTON-2395 Update Mockito and proton-j to latest f9ac5b3 is described below commit f9ac5b385aa27494f06c3cd92137325bd2d79de6 Author: Timothy Bish <tabish...@gmail.com> AuthorDate: Tue Aug 31 12:19:57 2021 -0400 PROTON-2395 Update Mockito and proton-j to latest Mockiton to v3.12.4 proton-j to 0.33.9 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 38200a2..c80c3c5 100644 --- a/pom.xml +++ b/pom.xml @@ -39,8 +39,8 @@ <!-- Test dependency versions --> <junit.jupiter.version>5.7.2</junit.jupiter.version> <junit.vintage.version>5.7.2</junit.vintage.version> - <mockito.version>3.11.2</mockito.version> - <proton.version>0.33.8</proton.version> + <mockito.version>3.12.4</mockito.version> + <proton.version>0.33.9</proton.version> <slf4j.version>1.7.30</slf4j.version> <log4j.slf4j.version>2.14.1</log4j.slf4j.version> <hamcrest.version>2.2</hamcrest.version> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org