We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8a14d5 + 1bc26db commit 091d138Copy full SHA for 091d138
1 file changed
pom.xml
@@ -146,6 +146,11 @@
146
<artifactId>bctls-fips</artifactId>
147
<version>${bctls-fips.version}</version>
148
</dependency>
149
+ <dependency>
150
+ <groupId>org.bouncycastle</groupId>
151
+ <artifactId>bctls-jdk18on</artifactId>
152
+ <version>${bouncycastle.version}</version>
153
+ </dependency>
154
<!--
155
Pin Byte Buddy for test-time Mockito instrumentation on newer JVMs (e.g. Java 21).
156
This does NOT add a runtime dependency; it only manages the version used by modules.
0 commit comments