Skip to content

Commit 2b6356d

Browse files
Upgrade bouncycastle to 1.78.1 (eclipse-milo#1273)
Bouncycasle 1.75 has several reported vulnerabilities: - https://www.cve.org/CVERecord?id=CVE-2024-30172 - https://www.cve.org/CVERecord?id=CVE-2024-30171 - https://www.cve.org/CVERecord?id=CVE-2024-29857 These have all been fixed in 1.78 Upgraded milo's bouncycastle dependency to 1.78.1 Signed-off-by: Emeric Colombe <[email protected]>
1 parent 7bd466e commit 2b6356d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opc-ua-stack/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<packaging>pom</packaging>
2323

2424
<properties>
25-
<bouncycastle.version>1.75</bouncycastle.version>
25+
<bouncycastle.version>1.78.1</bouncycastle.version>
2626
<guava.version>33.0.0-jre</guava.version>
2727
<javassist.version>3.23.1-GA</javassist.version>
2828
<annotations.version>22.0.0</annotations.version>

0 commit comments

Comments
 (0)