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 2021/06/28 15:01:16 UTC

[syncope] 03/03: Upgrading Camel, Swagger Core and checkstyle

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 19431962a9a00a287000d758cb286e9070d59817
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jun 28 16:27:35 2021 +0200

    Upgrading Camel, Swagger Core and checkstyle
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7220a2c..25b99d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -427,7 +427,7 @@ under the License.
 
     <flowable.version>6.6.0</flowable.version>
 
-    <camel.version>3.10.0</camel.version>
+    <camel.version>3.11.0</camel.version>
 
     <slf4j.version>2.0.0-alpha1</slf4j.version>
 
@@ -457,7 +457,7 @@ under the License.
     <junit.version>5.7.2</junit.version>
     <mockito.version>3.11.2</mockito.version>
 
-    <swagger-core.version>2.1.8</swagger-core.version>
+    <swagger-core.version>2.1.10</swagger-core.version>
     <swagger-ui.version>3.50.0</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
@@ -2337,7 +2337,7 @@ under the License.
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>8.43</version>
+              <version>8.44</version>
             </dependency>
           </dependencies>
           <configuration>