diff options
author | Thomas <> | 2022-05-20 13:44:39 +0200 |
---|---|---|
committer | Thomas <> | 2022-05-20 13:44:39 +0200 |
commit | 86f9cd194d57b9b5469eff49e2c945f8f1191352 (patch) | |
tree | f5b53bbafaeb0264f3a10b4bfd048407ec0e2f06 /eaaf_core_utils/pom.xml | |
parent | 923bf749d64b367fd842c9242921e6edba5882dd (diff) | |
download | EAAF-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/pom.xml')
-rw-r--r-- | eaaf_core_utils/pom.xml | 2 |
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> |