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 df8147f Upgrading Bouncycastle and JDeb
df8147f is described below
commit df8147f75ada7f72f3e3a7f9eb699a57b85ddbd5
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Dec 1 15:54:55 2021 +0100
Upgrading Bouncycastle and JDeb
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index d9be243..6cfb672 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1773,7 +1773,7 @@ under the License.
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
- <version>1.69</version>
+ <version>1.70</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -2099,7 +2099,7 @@ under the License.
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
- <version>1.9</version>
+ <version>1.10</version>
</plugin>
<plugin>