summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_pvp2_core
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_modules/eaaf_module_pvp2_core
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_modules/eaaf_module_pvp2_core')
-rw-r--r--eaaf_modules/eaaf_module_pvp2_core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eaaf_modules/eaaf_module_pvp2_core/pom.xml b/eaaf_modules/eaaf_module_pvp2_core/pom.xml
index fa3c98ab..b6c75c39 100644
--- a/eaaf_modules/eaaf_module_pvp2_core/pom.xml
+++ b/eaaf_modules/eaaf_module_pvp2_core/pom.xml
@@ -65,7 +65,7 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
+ <artifactId>bcprov-jdk18on</artifactId>
</dependency>
<dependency>