@@ -11,7 +11,7 @@ DO NOT MODIFY - GENERATED CODE
1111 <modelVersion >4.0.0</modelVersion >
1212 <groupId >rubygems</groupId >
1313 <artifactId >jruby-openssl</artifactId >
14- <version >0.13.1 .dev-SNAPSHOT</version >
14+ <version >0.14.0 .dev-SNAPSHOT</version >
1515 <packaging >gem</packaging >
1616 <name >JRuby OpenSSL</name >
1717 <description >JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description >
@@ -60,7 +60,7 @@ DO NOT MODIFY - GENERATED CODE
6060 </snapshotRepository >
6161 </distributionManagement >
6262 <properties >
63- <bc .versions>1.68 </bc .versions>
63+ <bc .versions>1.71 </bc .versions>
6464 <invoker .skip>${maven.test.skip} </invoker .skip>
6565 <invoker .test>${bc.versions} </invoker .test>
6666 <jruby .plugins.version>2.0.1</jruby .plugins.version>
@@ -76,18 +76,23 @@ DO NOT MODIFY - GENERATED CODE
7676 <dependencies >
7777 <dependency >
7878 <groupId >org.bouncycastle</groupId >
79- <artifactId >bcprov-jdk15on </artifactId >
80- <version >1.68 </version >
79+ <artifactId >bcprov-jdk18on </artifactId >
80+ <version >1.71 </version >
8181 </dependency >
8282 <dependency >
8383 <groupId >org.bouncycastle</groupId >
84- <artifactId >bcpkix-jdk15on </artifactId >
85- <version >1.68 </version >
84+ <artifactId >bcpkix-jdk18on </artifactId >
85+ <version >1.71 </version >
8686 </dependency >
8787 <dependency >
8888 <groupId >org.bouncycastle</groupId >
89- <artifactId >bctls-jdk15on</artifactId >
90- <version >1.68</version >
89+ <artifactId >bctls-jdk18on</artifactId >
90+ <version >1.71</version >
91+ </dependency >
92+ <dependency >
93+ <groupId >org.bouncycastle</groupId >
94+ <artifactId >bcutil-jdk18on</artifactId >
95+ <version >1.71</version >
9196 </dependency >
9297 <dependency >
9398 <groupId >org.jruby</groupId >
0 commit comments