Skip to content

Commit ef7a170

Browse files
committed
upgrade to using BC 1.54 as default
1 parent a3572ec commit ef7a170

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.14.dev'
3-
BOUNCY_CASTLE_VERSION = '1.50'
3+
BOUNCY_CASTLE_VERSION = '1.54'
44
# @deprecated
55
module Version
66
# @private

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ DO NOT MODIFIY - GENERATED CODE
5757
</snapshotRepository>
5858
</distributionManagement>
5959
<properties>
60-
<bc.versions>1.50</bc.versions>
60+
<bc.versions>1.54</bc.versions>
6161
<jruby.plugins.version>1.0.10</jruby.plugins.version>
6262
<invoker.skip>${maven.test.skip}</invoker.skip>
6363
<jruby.version>1.7.18</jruby.version>
@@ -94,12 +94,12 @@ DO NOT MODIFIY - GENERATED CODE
9494
<dependency>
9595
<groupId>org.bouncycastle</groupId>
9696
<artifactId>bcpkix-jdk15on</artifactId>
97-
<version>1.50</version>
97+
<version>1.54</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>org.bouncycastle</groupId>
101101
<artifactId>bcprov-jdk15on</artifactId>
102-
<version>1.50</version>
102+
<version>1.54</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.jruby</groupId>

0 commit comments

Comments
 (0)