File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
multiapps-controller-persistence Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 213
213
</dependency >
214
214
<dependency >
215
215
<groupId >org.bouncycastle</groupId >
216
- <artifactId >bcpkix-jdk18on </artifactId >
216
+ <artifactId >bcpkix-fips </artifactId >
217
217
</dependency >
218
218
<dependency >
219
219
<groupId >org.glassfish.jaxb</groupId >
Original file line number Diff line number Diff line change 26
26
requires transitive jclouds .core ;
27
27
requires transitive org .cloudfoundry .multiapps .mta ;
28
28
requires transitive org .cloudfoundry .multiapps .controller .api ;
29
- requires transitive org .bouncycastle .pkix ;
30
29
31
30
requires aliyun .sdk .oss ;
32
31
requires com .fasterxml .jackson .annotation ;
52
51
requires static java .compiler ;
53
52
requires static org .immutables .value ;
54
53
requires jakarta .xml .bind ;
54
+ requires org .bouncycastle .fips .pkix ;
55
55
56
56
}
Original file line number Diff line number Diff line change 57
57
<jaxb-impl .version>4.0.5</jaxb-impl .version>
58
58
<jakarta .inject-api.version>2.0.1</jakarta .inject-api.version>
59
59
<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>
61
61
<apache .compress.version>1.27.1</apache .compress.version>
62
62
</properties >
63
63
<modules >
793
793
<artifactId >resilience4j-ratelimiter</artifactId >
794
794
<version >${resilience4j.version} </version >
795
795
</dependency >
796
- <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on -->
796
+ <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-fips -->
797
797
<dependency >
798
798
<groupId >org.bouncycastle</groupId >
799
- <artifactId >bcpkix-jdk18on </artifactId >
799
+ <artifactId >bcpkix-fips </artifactId >
800
800
<version >${bouncycastle.version} </version >
801
801
</dependency >
802
802
<!-- https://mvnrepository.com/artifact/io.pivotal.cfenv/java-cfenv -->
You can’t perform that action at this time.
0 commit comments