diff options
author | Thomas <> | 2022-03-31 19:14:51 +0200 |
---|---|---|
committer | Thomas <> | 2022-03-31 19:14:51 +0200 |
commit | c86b852ddf6e2b2ad4ead9b00b503f395ce43848 (patch) | |
tree | 5d5867be10362bf241ff4fae57d4c3e63011f9fe /eaaf_core_utils/pom.xml | |
parent | 848efe7c67685634f8b891f9b93769f41f251aa9 (diff) | |
download | EAAF-Components-c86b852ddf6e2b2ad4ead9b00b503f395ce43848.tar.gz EAAF-Components-c86b852ddf6e2b2ad4ead9b00b503f395ce43848.tar.bz2 EAAF-Components-c86b852ddf6e2b2ad4ead9b00b503f395ce43848.zip |
chore(core): update some more third-party libs
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 7f9ce49d..7b1087f1 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-jdk15to18</artifactId> + <artifactId>bctls-jdk15on</artifactId> </dependency> <dependency> |