Skip to content

Commit d19bf62

Browse files
authored
Merge pull request #5 from spolti/bouncyCastle
Address bounce castle cve alert
2 parents c1fb9fb + b18bd44 commit d19bf62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<!-- Care must be taken when updating the prometheus client lib version
7575
since we have some custom optimized extensions to this -->
7676
<prometheus-version>0.9.0</prometheus-version>
77-
<bouncycastle-version>1.70</bouncycastle-version>
77+
<bouncycastle-version>1.74</bouncycastle-version>
7878
<junit-version>5.9.3</junit-version>
7979

8080
<dockerhome>${project.build.directory}/dockerhome</dockerhome>
@@ -450,7 +450,7 @@
450450
generate a self-signed server certificate -->
451451
<dependency>
452452
<groupId>org.bouncycastle</groupId>
453-
<artifactId>bcpkix-jdk15on</artifactId>
453+
<artifactId>bcpkix-jdk18on</artifactId>
454454
<version>${bouncycastle-version}</version>
455455
</dependency>
456456

0 commit comments

Comments
 (0)