Skip to content

Commit d3201e6

Browse files
Merge branch '7.9.x' into master by janjwerner-confluent
2 parents 5eb2370 + ff1c059 commit d3201e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@
107107
<zookeeper.version>3.8.4</zookeeper.version>
108108
<bouncycastle.jdk18.version>1.78</bouncycastle.jdk18.version>
109109
<!-- before updating bouncycastle.fips.version make sure
110-
that the library version you're updating to is FIPS certified e.g. 1.0.2.4 -> 1.0.2.5 is not OK
111-
as of -->
112-
<bouncycastle.fips.version>2.0.0</bouncycastle.fips.version>
110+
that the library version you're updating to is FIPS certified e.g. 1.0.2.4 -> 1.0.2.5 is not OK -->
111+
<!-- BC should be upated to version 2.0 in Q1 2025, bcutil-fips is 2.0 only, so no change there -->
112+
<bouncycastle.fips.version>1.0.2.4</bouncycastle.fips.version>
113113
<bouncycastle.bcutil-fips.version>2.0.3</bouncycastle.bcutil-fips.version>
114-
<bouncycastle.tls-fips.version>2.0.19</bouncycastle.tls-fips.version>
115-
<bouncycastle.bcpkix-fips.version>2.0.7</bouncycastle.bcpkix-fips.version>
114+
<bouncycastle.tls-fips.version>1.0.19</bouncycastle.tls-fips.version>
115+
<bouncycastle.bcpkix-fips.version>1.0.7</bouncycastle.bcpkix-fips.version>
116116
<jmx_prometheus_javaagent.version>0.18.0</jmx_prometheus_javaagent.version>
117117
<jolokia-jvm.version>1.7.1</jolokia-jvm.version>
118118
<checkstyle.version>9.3</checkstyle.version>

0 commit comments

Comments
 (0)