Skip to content

Commit

Permalink
Upgrade bouncycastle to 1.78.1 (#1273)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
emericcolombe authored May 13, 2024
1 parent 7bd466e commit 2b6356d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opc-ua-stack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<packaging>pom</packaging>

<properties>
<bouncycastle.version>1.75</bouncycastle.version>
<bouncycastle.version>1.78.1</bouncycastle.version>
<guava.version>33.0.0-jre</guava.version>
<javassist.version>3.23.1-GA</javassist.version>
<annotations.version>22.0.0</annotations.version>
Expand Down

0 comments on commit 2b6356d

Please sign in to comment.