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:13:15 UTC

[syncope] branch 2_1_X updated: Upgrading Bouncycastle and Checkstyle

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 39a6189  Upgrading Bouncycastle and Checkstyle
39a6189 is described below

commit 39a6189fd7ded5a00e438fee97ef82dcff4cb848
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Nov 2 12:13:02 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 6eaef74..f816dfa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1748,7 +1748,7 @@ under the License.
       <dependency>
         <groupId>org.bouncycastle</groupId>
         <artifactId>bcpkix-jdk15on</artifactId>
-        <version>1.65</version>
+        <version>1.67</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -2056,7 +2056,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>