Skip to content

Commit a721ae8

Browse files
committed
upgrade BC to 1.56
1 parent 3b5553d commit a721ae8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/jopenssl/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Jopenssl
22
VERSION = '0.9.20.dev'
3-
BOUNCY_CASTLE_VERSION = '1.55'
3+
BOUNCY_CASTLE_VERSION = '1.56'
44
# @deprecated
55
module Version
66
# @private

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ DO NOT MODIFIY - GENERATED CODE
9494
<dependency>
9595
<groupId>org.bouncycastle</groupId>
9696
<artifactId>bcpkix-jdk15on</artifactId>
97-
<version>1.55</version>
97+
<version>1.56</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>org.bouncycastle</groupId>
101101
<artifactId>bcprov-jdk15on</artifactId>
102-
<version>1.55</version>
102+
<version>1.56</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.jruby</groupId>

0 commit comments

Comments
 (0)