File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11module Jopenssl
22 VERSION = '0.9.14.dev'
3- BOUNCY_CASTLE_VERSION = '1.50 '
3+ BOUNCY_CASTLE_VERSION = '1.54 '
44 # @deprecated
55 module Version
66 # @private
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.50 </bc .versions>
60+ <bc .versions>1.54 </bc .versions>
6161 <jruby .plugins.version>1.0.10</jruby .plugins.version>
6262 <invoker .skip>${maven.test.skip} </invoker .skip>
6363 <jruby .version>1.7.18</jruby .version>
@@ -94,12 +94,12 @@ DO NOT MODIFIY - GENERATED CODE
9494 <dependency >
9595 <groupId >org.bouncycastle</groupId >
9696 <artifactId >bcpkix-jdk15on</artifactId >
97- <version >1.50 </version >
97+ <version >1.54 </version >
9898 </dependency >
9999 <dependency >
100100 <groupId >org.bouncycastle</groupId >
101101 <artifactId >bcprov-jdk15on</artifactId >
102- <version >1.50 </version >
102+ <version >1.54 </version >
103103 </dependency >
104104 <dependency >
105105 <groupId >org.jruby</groupId >
You can’t perform that action at this time.
0 commit comments