We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5553d commit a721ae8Copy full SHA for a721ae8
lib/jopenssl/version.rb
@@ -1,6 +1,6 @@
1
module Jopenssl
2
VERSION = '0.9.20.dev'
3
- BOUNCY_CASTLE_VERSION = '1.55'
+ BOUNCY_CASTLE_VERSION = '1.56'
4
# @deprecated
5
module Version
6
# @private
pom.xml
@@ -94,12 +94,12 @@ DO NOT MODIFIY - GENERATED CODE
94
<dependency>
95
<groupId>org.bouncycastle</groupId>
96
<artifactId>bcpkix-jdk15on</artifactId>
97
- <version>1.55</version>
+ <version>1.56</version>
98
</dependency>
99
100
101
<artifactId>bcprov-jdk15on</artifactId>
102
103
104
105
<groupId>org.jruby</groupId>
0 commit comments