We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1fb9fb + b18bd44 commit d19bf62Copy full SHA for d19bf62
pom.xml
@@ -74,7 +74,7 @@
74
<!-- Care must be taken when updating the prometheus client lib version
75
since we have some custom optimized extensions to this -->
76
<prometheus-version>0.9.0</prometheus-version>
77
- <bouncycastle-version>1.70</bouncycastle-version>
+ <bouncycastle-version>1.74</bouncycastle-version>
78
<junit-version>5.9.3</junit-version>
79
80
<dockerhome>${project.build.directory}/dockerhome</dockerhome>
@@ -450,7 +450,7 @@
450
generate a self-signed server certificate -->
451
<dependency>
452
<groupId>org.bouncycastle</groupId>
453
- <artifactId>bcpkix-jdk15on</artifactId>
+ <artifactId>bcpkix-jdk18on</artifactId>
454
<version>${bouncycastle-version}</version>
455
</dependency>
456
0 commit comments