summaryrefslogtreecommitdiffstats
path: root/cloud-tenant-base-dependencies-enforcer
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 /cloud-tenant-base-dependencies-enforcer
parentfa0fb518f84539d9c9bb530c2f90b783f66c736e (diff)
Upgrade BouncyCastle to 1.72
Migrate to artifact names used by 1.71+
Diffstat (limited to 'cloud-tenant-base-dependencies-enforcer')
-rw-r--r--cloud-tenant-base-dependencies-enforcer/pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/cloud-tenant-base-dependencies-enforcer/pom.xml b/cloud-tenant-base-dependencies-enforcer/pom.xml
index 17b7c7b8995..10f66d355b9 100644
--- a/cloud-tenant-base-dependencies-enforcer/pom.xml
+++ b/cloud-tenant-base-dependencies-enforcer/pom.xml
@@ -21,7 +21,7 @@
<!-- MUST BE KEPT IN SYNC WITH parent/pom.xml -->
<athenz.version>1.10.54</athenz.version>
- <bouncycastle.version>1.68</bouncycastle.version>
+ <bouncycastle.version>1.72</bouncycastle.version>
<felix.version>7.0.1</felix.version>
<httpclient5.version>5.1.3</httpclient5.version>
<httpclient.version>4.5.13</httpclient.version>
@@ -195,8 +195,9 @@
<include>org.apache.httpcomponents:httpmime:${httpclient.version}:jar:test</include>
<include>org.apache.opennlp:opennlp-tools:1.9.3:jar:test</include>
<include>org.apiguardian:apiguardian-api:1.1.0:jar:test</include>
- <include>org.bouncycastle:bcpkix-jdk15on:[${bouncycastle.version}]:jar:test</include>
- <include>org.bouncycastle:bcprov-jdk15on:[${bouncycastle.version}]:jar:test</include>
+ <include>org.bouncycastle:bcpkix-jdk18on:[${bouncycastle.version}]:jar:test</include>
+ <include>org.bouncycastle:bcprov-jdk18on:[${bouncycastle.version}]:jar:test</include>
+ <include>org.bouncycastle:bcutil-jdk18on:[${bouncycastle.version}]:jar:test</include>
<include>org.eclipse.jetty.alpn:alpn-api:[${jetty-alpn.version}]:jar:test</include>
<include>org.eclipse.jetty.http2:http2-common:[${jetty.version}]:jar:test</include>
<include>org.eclipse.jetty.http2:http2-hpack:[${jetty.version}]:jar:test</include>