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


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 49cc11f202 Upgrading Mockito and asciidoctorj-pdf
49cc11f202 is described below

commit 49cc11f202e5c561c9a5006041647dc4cfd4ecae
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu May 26 15:11:32 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index db01698b52..12abd5594a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -453,7 +453,7 @@ under the License.
     <h2.version>1.4.200</h2.version>
 
     <junit.version>5.8.2</junit.version>
-    <mockito.version>4.5.1</mockito.version>
+    <mockito.version>4.6.0</mockito.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>
@@ -2607,7 +2607,7 @@ under the License.
               <dependency>
                 <groupId>org.asciidoctor</groupId>
                 <artifactId>asciidoctorj-pdf</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.4</version>
               </dependency>
             </dependencies>
             <configuration>

Reply via email to