summaryrefslogtreecommitdiff
path: root/eaaf_core_utils
diff options
context:
space:
mode:
authorThomas <>2022-05-20 13:44:39 +0200
committerThomas <>2022-05-20 13:44:39 +0200
commit86f9cd194d57b9b5469eff49e2c945f8f1191352 (patch)
treef5b53bbafaeb0264f3a10b4bfd048407ec0e2f06 /eaaf_core_utils
parent923bf749d64b367fd842c9242921e6edba5882dd (diff)
downloadEAAF-Components-86f9cd194d57b9b5469eff49e2c945f8f1191352.tar.gz
EAAF-Components-86f9cd194d57b9b5469eff49e2c945f8f1191352.tar.bz2
EAAF-Components-86f9cd194d57b9b5469eff49e2c945f8f1191352.zip
chore(core): switch to BouncyCastle Provider 1.71 with JDK1.8 requirements
Diffstat (limited to 'eaaf_core_utils')
-rw-r--r--eaaf_core_utils/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eaaf_core_utils/pom.xml b/eaaf_core_utils/pom.xml
index 98f0dbc0..3fc44df4 100644
--- a/eaaf_core_utils/pom.xml
+++ b/eaaf_core_utils/pom.xml
@@ -53,7 +53,7 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
- <artifactId>bctls-jdk15on</artifactId>
+ <artifactId>bctls-jdk18on</artifactId>
</dependency>
<dependency>