This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_0_X by this push:
new b3c2f20 Upgrading bcpkix-jdk15on
b3c2f20 is described below
commit b3c2f2030b0aff7488f85584c3453fdb40574824
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Jun 7 16:04:51 2019 +0200
Upgrading bcpkix-jdk15on
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 64c558e..5797d76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1849,7 +1849,7 @@ under the License.
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
- <version>1.61</version>
+ <version>1.62</version>
<scope>test</scope>
</dependency>
<dependency>