Skip to content

Commit e91bbae

Browse files
authored
Migrate to bcpkix-fips (#1641)
LMCROSSITXSADEPLOY-3206
1 parent 99fea3b commit e91bbae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

multiapps-controller-persistence/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
</dependency>
214214
<dependency>
215215
<groupId>org.bouncycastle</groupId>
216-
<artifactId>bcpkix-jdk18on</artifactId>
216+
<artifactId>bcpkix-fips</artifactId>
217217
</dependency>
218218
<dependency>
219219
<groupId>org.glassfish.jaxb</groupId>

multiapps-controller-persistence/src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
requires transitive jclouds.core;
2727
requires transitive org.cloudfoundry.multiapps.mta;
2828
requires transitive org.cloudfoundry.multiapps.controller.api;
29-
requires transitive org.bouncycastle.pkix;
3029

3130
requires aliyun.sdk.oss;
3231
requires com.fasterxml.jackson.annotation;
@@ -52,5 +51,6 @@
5251
requires static java.compiler;
5352
requires static org.immutables.value;
5453
requires jakarta.xml.bind;
54+
requires org.bouncycastle.fips.pkix;
5555

5656
}

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<jaxb-impl.version>4.0.5</jaxb-impl.version>
5858
<jakarta.inject-api.version>2.0.1</jakarta.inject-api.version>
5959
<jakarta.annotation-api.version>3.0.0</jakarta.annotation-api.version>
60-
<bouncycastle.version>1.80</bouncycastle.version>
60+
<bouncycastle.version>2.1.9</bouncycastle.version>
6161
<apache.compress.version>1.27.1</apache.compress.version>
6262
</properties>
6363
<modules>
@@ -793,10 +793,10 @@
793793
<artifactId>resilience4j-ratelimiter</artifactId>
794794
<version>${resilience4j.version}</version>
795795
</dependency>
796-
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on -->
796+
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-fips -->
797797
<dependency>
798798
<groupId>org.bouncycastle</groupId>
799-
<artifactId>bcpkix-jdk18on</artifactId>
799+
<artifactId>bcpkix-fips</artifactId>
800800
<version>${bouncycastle.version}</version>
801801
</dependency>
802802
<!-- https://mvnrepository.com/artifact/io.pivotal.cfenv/java-cfenv -->

0 commit comments

Comments
 (0)