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 2020/11/02 11:12:46 UTC

[syncope] branch master updated: Upgrading Bouncycastle 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


The following commit(s) were added to refs/heads/master by this push:
     new 6798f71  Upgrading Bouncycastle and Checkstyle
6798f71 is described below

commit 6798f7155e8cf2af6df4b2c7a847185eb34637ac
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Nov 2 12:12:28 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 17ff904..a4500bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -405,7 +405,7 @@ under the License.
     <connid.servicenow.version>1.0.0</connid.servicenow.version>
 
     <cxf.version>3.4.0</cxf.version>
-    <bouncycastle.version>1.66</bouncycastle.version>
+    <bouncycastle.version>1.67</bouncycastle.version>
 
     <jackson.version>2.11.3</jackson.version>
 
@@ -2317,7 +2317,7 @@ under the License.
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>8.36.2</version>
+              <version>8.37</version>
             </dependency>
           </dependencies>
           <configuration>