This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 2_1_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 0a4ce0afc74ddcbbbda307048abb85be7b9ccdbb Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Thu Jan 7 09:02:11 2021 +0100 Upgrading Mockito and ANTlr --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index de13975..89cba5a 100644 --- a/pom.xml +++ b/pom.xml @@ -450,7 +450,7 @@ under the License. <h2.version>1.4.200</h2.version> <junit.version>5.7.0</junit.version> - <mockito.version>3.6.28</mockito.version> + <mockito.version>3.7.0</mockito.version> <conf.directory>${project.build.directory}/test-classes</conf.directory> <bundles.directory>${project.build.directory}/bundles</bundles.directory> @@ -506,7 +506,7 @@ under the License. <tycho.version>1.2.0</tycho.version> <netbeans.version>RELEASE122</netbeans.version> - <antlr4.version>4.8-1</antlr4.version> + <antlr4.version>4.9.1</antlr4.version> <hotswap.version>1.4.1</hotswap.version>
