File tree Expand file tree Collapse file tree
multiapps-controller-persistence Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 ;
5251 requires static java .compiler ;
5352 requires static org .immutables .value ;
5453 requires jakarta .xml .bind ;
54+ requires org .bouncycastle .fips .pkix ;
5555
5656}
Original file line number Diff line number Diff line change 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 <tika-core .version>3.1.0</tika-core .version>
6363 </properties >
800800 <artifactId >resilience4j-ratelimiter</artifactId >
801801 <version >${resilience4j.version} </version >
802802 </dependency >
803- <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on -->
803+ <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-fips -->
804804 <dependency >
805805 <groupId >org.bouncycastle</groupId >
806- <artifactId >bcpkix-jdk18on </artifactId >
806+ <artifactId >bcpkix-fips </artifactId >
807807 <version >${bouncycastle.version} </version >
808808 </dependency >
809809 <!-- https://mvnrepository.com/artifact/io.pivotal.cfenv/java-cfenv -->
You can’t perform that action at this time.
0 commit comments