File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11module JOpenSSL
22 VERSION = '0.10.2.dev'
3- BOUNCY_CASTLE_VERSION = '1.60 '
3+ BOUNCY_CASTLE_VERSION = '1.61 '
44end
55
66Object . class_eval do
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments