Skip to content

Commit 498abb2

Browse files
committed
[feat] upgrade BC library to latest 1.65
1 parent efbdb42 commit 498abb2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.10.5.dev'
3-
BOUNCY_CASTLE_VERSION = '1.62'
3+
BOUNCY_CASTLE_VERSION = '1.65'
44
end
55

66
Object.class_eval do

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ DO NOT MODIFIY - GENERATED CODE
6060
</snapshotRepository>
6161
</distributionManagement>
6262
<properties>
63-
<bc.versions>1.62</bc.versions>
63+
<bc.versions>1.65</bc.versions>
6464
<invoker.skip>${maven.test.skip}</invoker.skip>
6565
<invoker.test>${bc.versions}</invoker.test>
6666
<jruby.plugins.version>1.1.8</jruby.plugins.version>
@@ -98,17 +98,17 @@ DO NOT MODIFIY - GENERATED CODE
9898
<dependency>
9999
<groupId>org.bouncycastle</groupId>
100100
<artifactId>bcprov-jdk15on</artifactId>
101-
<version>1.62</version>
101+
<version>1.65</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>org.bouncycastle</groupId>
105105
<artifactId>bcpkix-jdk15on</artifactId>
106-
<version>1.62</version>
106+
<version>1.65</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>org.bouncycastle</groupId>
110110
<artifactId>bctls-jdk15on</artifactId>
111-
<version>1.62</version>
111+
<version>1.65</version>
112112
</dependency>
113113
<dependency>
114114
<groupId>org.jruby</groupId>

0 commit comments

Comments
 (0)