Skip to content

Commit aa70e21

Browse files
committed
[deps] upgrade BC to version 1.79
1 parent 63e536a commit aa70e21

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

lib/jopenssl/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module JOpenSSL
22
VERSION = '0.15.2.dev'
3-
BOUNCY_CASTLE_VERSION = '1.78.1'
3+
BOUNCY_CASTLE_VERSION = '1.79'
44
end
55

66
Object.class_eval do

pom.xml

+8-7
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ DO NOT MODIFY - GENERATED CODE
6060
</snapshotRepository>
6161
</distributionManagement>
6262
<properties>
63-
<bc.versions>1.78.1</bc.versions>
63+
<bc.versions>1.79</bc.versions>
6464
<invoker.skip>${maven.test.skip}</invoker.skip>
6565
<invoker.test>${bc.versions}</invoker.test>
6666
<jruby.plugins.version>3.0.2</jruby.plugins.version>
6767
<jruby.switches>-W0</jruby.switches>
68-
<jruby.version>9.1.17.0</jruby.version>
69-
<jruby.versions>9.1.17.0</jruby.versions>
68+
<jruby.version>9.2.19.0</jruby.version>
69+
<jruby.versions>9.2.19.0</jruby.versions>
7070
<mavengem-wagon.version>2.0.2</mavengem-wagon.version>
7171
<mavengem.wagon.version>2.0.2</mavengem.wagon.version>
7272
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
@@ -77,22 +77,22 @@ DO NOT MODIFY - GENERATED CODE
7777
<dependency>
7878
<groupId>org.bouncycastle</groupId>
7979
<artifactId>bcprov-jdk18on</artifactId>
80-
<version>1.78.1</version>
80+
<version>1.79</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.bouncycastle</groupId>
8484
<artifactId>bcpkix-jdk18on</artifactId>
85-
<version>1.78.1</version>
85+
<version>1.79</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.bouncycastle</groupId>
8989
<artifactId>bctls-jdk18on</artifactId>
90-
<version>1.78.1</version>
90+
<version>1.79</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.bouncycastle</groupId>
9494
<artifactId>bcutil-jdk18on</artifactId>
95-
<version>1.78.1</version>
95+
<version>1.79</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.jruby</groupId>
@@ -274,6 +274,7 @@ DO NOT MODIFY - GENERATED CODE
274274
<configuration>
275275
<source>1.8</source>
276276
<target>1.8</target>
277+
<release>8</release>
277278
<encoding>UTF-8</encoding>
278279
<debug>true</debug>
279280
<showWarnings>true</showWarnings>

0 commit comments

Comments
 (0)