Skip to content

Commit af71830

Browse files
committed
[feat] upgrade BC library to 1.68
1 parent 2ccda32 commit af71830

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

lib/jopenssl/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module JOpenSSL
2-
VERSION = '0.10.6.dev'
3-
BOUNCY_CASTLE_VERSION = '1.65'
2+
VERSION = '0.10.6'
3+
BOUNCY_CASTLE_VERSION = '1.68'
44
end
55

66
Object.class_eval do

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,34 +60,34 @@ DO NOT MODIFIY - GENERATED CODE
6060
</snapshotRepository>
6161
</distributionManagement>
6262
<properties>
63-
<bc.versions>1.65</bc.versions>
64-
<invoker.skip>${maven.test.skip}</invoker.skip>
65-
<invoker.test>${bc.versions}</invoker.test>
66-
<jruby.plugins.version>1.1.8</jruby.plugins.version>
63+
<bc.versions>1.68</bc.versions>
64+
<mavengem.wagon.version>1.0.3</mavengem.wagon.version>
6765
<jruby.switches>-W0</jruby.switches>
6866
<jruby.version>9.1.17.0</jruby.version>
69-
<jruby.versions>9.1.17.0</jruby.versions>
67+
<jruby.plugins.version>1.1.8</jruby.plugins.version>
68+
<invoker.skip>${maven.test.skip}</invoker.skip>
69+
<runit.dir>src/test/ruby/**/test_*.rb</runit.dir>
7070
<mavengem-wagon.version>1.0.3</mavengem-wagon.version>
71-
<mavengem.wagon.version>1.0.3</mavengem.wagon.version>
71+
<jruby.versions>9.1.17.0</jruby.versions>
72+
<polyglot.dump.readonly>false</polyglot.dump.readonly>
7273
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
73-
<polyglot.dump.readonly>true</polyglot.dump.readonly>
74-
<runit.dir>src/test/ruby/**/test_*.rb</runit.dir>
74+
<invoker.test>${bc.versions}</invoker.test>
7575
</properties>
7676
<dependencies>
7777
<dependency>
7878
<groupId>org.bouncycastle</groupId>
7979
<artifactId>bcprov-jdk15on</artifactId>
80-
<version>1.65</version>
80+
<version>1.68</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.bouncycastle</groupId>
8484
<artifactId>bcpkix-jdk15on</artifactId>
85-
<version>1.65</version>
85+
<version>1.68</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.bouncycastle</groupId>
8989
<artifactId>bctls-jdk15on</artifactId>
90-
<version>1.65</version>
90+
<version>1.68</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.jruby</groupId>

0 commit comments

Comments
 (0)