summaryrefslogtreecommitdiffstats
path: root/jrt
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2022-10-12 13:07:29 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2022-10-12 13:37:35 +0200
commit1d25e7c4c9ecbb2cdee83113c515276cf68d7c1a (patch)
tree9bd4fbd7734f6914565f3452cdb0bb6c4c2c26ee /jrt
parentfa0fb518f84539d9c9bb530c2f90b783f66c736e (diff)
Upgrade BouncyCastle to 1.72
Migrate to artifact names used by 1.71+
Diffstat (limited to 'jrt')
-rw-r--r--jrt/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jrt/pom.xml b/jrt/pom.xml
index c4fb87d24c4..b43c2b3899c 100644
--- a/jrt/pom.xml
+++ b/jrt/pom.xml
@@ -38,7 +38,7 @@
</dependency>
<dependency> <!-- required due to bug in maven dependency resolving - bouncycastle is compile scope in security-utils, yet it is not part of test scope here -->
<groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
+ <artifactId>bcpkix-jdk18on</artifactId>
<scope>test</scope>
</dependency>
</dependencies>