You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2022/01/27 14:01:36 UTC

[syncope] 01/03: Upgrading Mockito and SLF4J

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 77ff2777ff66a94d16514f0d8b32969c06e2ef50
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Jan 25 16:13:07 2022 +0100

    Upgrading Mockito and SLF4J
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f9ed09e..71a4d60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -428,7 +428,7 @@ under the License.
 
     <camel.version>2.25.4</camel.version>
 
-    <slf4j.version>1.7.33</slf4j.version>
+    <slf4j.version>1.7.34</slf4j.version>
     <opensaml.version>3.3.1</opensaml.version>
 
     <elasticsearch.version>7.15.2</elasticsearch.version>
@@ -451,7 +451,7 @@ under the License.
     <h2.version>1.4.200</h2.version>
 
     <junit.version>5.8.2</junit.version>
-    <mockito.version>4.2.0</mockito.version>
+    <mockito.version>4.3.0</mockito.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>