From 33e94214bea81bbe15733e506f7f97ed137d4fbd Mon Sep 17 00:00:00 2001 From: Patrick Favre-Bulle Date: Sun, 5 Mar 2023 20:59:57 +0100 Subject: [PATCH] Update various dependencies --- dependency-check-suppressions.xml | 3 +++ modules/id-mask/pom.xml | 4 ++-- .../src/main/java/at/favre/lib/idmask/IdMaskEngine.java | 2 +- pom.xml | 6 +++--- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/dependency-check-suppressions.xml b/dependency-check-suppressions.xml index 4d85bde..3f4713f 100644 --- a/dependency-check-suppressions.xml +++ b/dependency-check-suppressions.xml @@ -3,6 +3,9 @@ CVE-2022-45688 + + CVE-2020-8908 + 5 diff --git a/modules/id-mask/pom.xml b/modules/id-mask/pom.xml index f358c5b..92bd06a 100644 --- a/modules/id-mask/pom.xml +++ b/modules/id-mask/pom.xml @@ -71,7 +71,7 @@ at.favre.lib hkdf - 1.0.1 + 2.0.0 com.google.auto.value @@ -87,7 +87,7 @@ org.jetbrains annotations - 15.0 + 24.0.1 net.markenwerk diff --git a/modules/id-mask/src/main/java/at/favre/lib/idmask/IdMaskEngine.java b/modules/id-mask/src/main/java/at/favre/lib/idmask/IdMaskEngine.java index 812a4a9..48f5f26 100644 --- a/modules/id-mask/src/main/java/at/favre/lib/idmask/IdMaskEngine.java +++ b/modules/id-mask/src/main/java/at/favre/lib/idmask/IdMaskEngine.java @@ -1,7 +1,7 @@ package at.favre.lib.idmask; import at.favre.lib.bytes.Bytes; -import at.favre.lib.crypto.HKDF; +import at.favre.lib.hkdf.HKDF; import javax.crypto.Cipher; import javax.crypto.Mac; diff --git a/pom.xml b/pom.xml index cc97593..99ad0a9 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ at.favre.lib common-parent - 19 + 20 id-mask-parent @@ -44,9 +44,9 @@ true - 1.6.3 + 1.10.1 - false + true patrickfav https://sonarcloud.io