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 1
1
module JOpenSSL
2
2
VERSION = '0.10.2.dev'
3
- BOUNCY_CASTLE_VERSION = '1.60 '
3
+ BOUNCY_CASTLE_VERSION = '1.61 '
4
4
end
5
5
6
6
Object . class_eval do
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ DO NOT MODIFIY - GENERATED CODE
57
57
</snapshotRepository >
58
58
</distributionManagement >
59
59
<properties >
60
- <bc .versions>1.60 </bc .versions>
60
+ <bc .versions>1.61 </bc .versions>
61
61
<invoker .skip>${maven.test.skip} </invoker .skip>
62
62
<invoker .test>${bc.versions} </invoker .test>
63
63
<jruby .plugins.version>1.1.6</jruby .plugins.version>
@@ -95,17 +95,17 @@ DO NOT MODIFIY - GENERATED CODE
95
95
<dependency >
96
96
<groupId >org.bouncycastle</groupId >
97
97
<artifactId >bcprov-jdk15on</artifactId >
98
- <version >1.60 </version >
98
+ <version >1.61 </version >
99
99
</dependency >
100
100
<dependency >
101
101
<groupId >org.bouncycastle</groupId >
102
102
<artifactId >bcpkix-jdk15on</artifactId >
103
- <version >1.60 </version >
103
+ <version >1.61 </version >
104
104
</dependency >
105
105
<dependency >
106
106
<groupId >org.bouncycastle</groupId >
107
107
<artifactId >bctls-jdk15on</artifactId >
108
- <version >1.60 </version >
108
+ <version >1.61 </version >
109
109
</dependency >
110
110
<dependency >
111
111
<groupId >org.jruby</groupId >
You can’t perform that action at this time.
0 commit comments