Skip to content

Commit 091d138

Browse files
committed
Merge branch 'remove-bouncycastle' into remove-ayza
2 parents d8a14d5 + 1bc26db commit 091d138

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@
146146
<artifactId>bctls-fips</artifactId>
147147
<version>${bctls-fips.version}</version>
148148
</dependency>
149+
<dependency>
150+
<groupId>org.bouncycastle</groupId>
151+
<artifactId>bctls-jdk18on</artifactId>
152+
<version>${bouncycastle.version}</version>
153+
</dependency>
149154
<!--
150155
Pin Byte Buddy for test-time Mockito instrumentation on newer JVMs (e.g. Java 21).
151156
This does NOT add a runtime dependency; it only manages the version used by modules.

0 commit comments

Comments
 (0)