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.5.dev'
3
- BOUNCY_CASTLE_VERSION = '1.62 '
3
+ BOUNCY_CASTLE_VERSION = '1.65 '
4
4
end
5
5
6
6
Object . class_eval do
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ DO NOT MODIFIY - GENERATED CODE
60
60
</snapshotRepository >
61
61
</distributionManagement >
62
62
<properties >
63
- <bc .versions>1.62 </bc .versions>
63
+ <bc .versions>1.65 </bc .versions>
64
64
<invoker .skip>${maven.test.skip} </invoker .skip>
65
65
<invoker .test>${bc.versions} </invoker .test>
66
66
<jruby .plugins.version>1.1.8</jruby .plugins.version>
@@ -98,17 +98,17 @@ DO NOT MODIFIY - GENERATED CODE
98
98
<dependency >
99
99
<groupId >org.bouncycastle</groupId >
100
100
<artifactId >bcprov-jdk15on</artifactId >
101
- <version >1.62 </version >
101
+ <version >1.65 </version >
102
102
</dependency >
103
103
<dependency >
104
104
<groupId >org.bouncycastle</groupId >
105
105
<artifactId >bcpkix-jdk15on</artifactId >
106
- <version >1.62 </version >
106
+ <version >1.65 </version >
107
107
</dependency >
108
108
<dependency >
109
109
<groupId >org.bouncycastle</groupId >
110
110
<artifactId >bctls-jdk15on</artifactId >
111
- <version >1.62 </version >
111
+ <version >1.65 </version >
112
112
</dependency >
113
113
<dependency >
114
114
<groupId >org.jruby</groupId >
You can’t perform that action at this time.
0 commit comments