Skip to content

Commit d67cf9a

Browse files
committed
[deps] upgrade BC to version 1.78.1
1 parent 35a0676 commit d67cf9a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.1.dev'
3-
BOUNCY_CASTLE_VERSION = '1.78'
3+
BOUNCY_CASTLE_VERSION = '1.78.1'
44
end
55

66
Object.class_eval do

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ DO NOT MODIFY - GENERATED CODE
6060
</snapshotRepository>
6161
</distributionManagement>
6262
<properties>
63-
<bc.versions>1.78</bc.versions>
63+
<bc.versions>1.78.1</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>
@@ -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</version>
80+
<version>1.78.1</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.bouncycastle</groupId>
8484
<artifactId>bcpkix-jdk18on</artifactId>
85-
<version>1.78</version>
85+
<version>1.78.1</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.bouncycastle</groupId>
8989
<artifactId>bctls-jdk18on</artifactId>
90-
<version>1.78</version>
90+
<version>1.78.1</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.bouncycastle</groupId>
9494
<artifactId>bcutil-jdk18on</artifactId>
95-
<version>1.78</version>
95+
<version>1.78.1</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.jruby</groupId>

0 commit comments

Comments
 (0)