Skip to content

Commit 0127052

Browse files
committed
update Bouncy-Castle to (latest) 1.61
1 parent 8b0aba6 commit 0127052

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/jopenssl/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module JOpenSSL
22
VERSION = '0.10.2.dev'
3-
BOUNCY_CASTLE_VERSION = '1.60'
3+
BOUNCY_CASTLE_VERSION = '1.61'
44
end
55

66
Object.class_eval do

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ DO NOT MODIFIY - GENERATED CODE
5757
</snapshotRepository>
5858
</distributionManagement>
5959
<properties>
60-
<bc.versions>1.60</bc.versions>
60+
<bc.versions>1.61</bc.versions>
6161
<invoker.skip>${maven.test.skip}</invoker.skip>
6262
<invoker.test>${bc.versions}</invoker.test>
6363
<jruby.plugins.version>1.1.6</jruby.plugins.version>
@@ -95,17 +95,17 @@ DO NOT MODIFIY - GENERATED CODE
9595
<dependency>
9696
<groupId>org.bouncycastle</groupId>
9797
<artifactId>bcprov-jdk15on</artifactId>
98-
<version>1.60</version>
98+
<version>1.61</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>org.bouncycastle</groupId>
102102
<artifactId>bcpkix-jdk15on</artifactId>
103-
<version>1.60</version>
103+
<version>1.61</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>org.bouncycastle</groupId>
107107
<artifactId>bctls-jdk15on</artifactId>
108-
<version>1.60</version>
108+
<version>1.61</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>org.jruby</groupId>

0 commit comments

Comments
 (0)