Skip to content

Commit b275158

Browse files
authored
Bump bouncy castle libraries to version 1.78.1 (#862)
1 parent 224467a commit b275158

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.bouncycastle</groupId>
4545
<artifactId>bcprov-jdk18on</artifactId>
46-
<version>1.75</version>
46+
<version>1.78.1</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>io.opentelemetry</groupId>

gxcryptocommon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.bouncycastle</groupId>
2424
<artifactId>bcpkix-jdk18on</artifactId>
25-
<version>1.75</version>
25+
<version>1.78.1</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.apache.santuario</groupId>

0 commit comments

Comments
 (0)