Skip to content

Commit ef1ac26

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-1035561
1 parent d827add commit ef1ac26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>org.bouncycastle</groupId>
102102
<artifactId>bcpkix-jdk15on</artifactId>
103-
<version>1.60</version>
103+
<version>1.61</version>
104104
</dependency>
105105
</dependencies>
106106
<properties>

0 commit comments

Comments
 (0)