From ce7868b96f4fdfa26817a1e01ea2951f8a8ce021 Mon Sep 17 00:00:00 2001 From: Thijs Mesman Date: Tue, 29 Jul 2025 10:04:06 +0200 Subject: [PATCH] update dependencies, remove owasp supressions and override commons.lang dependency --- .github/workflows/maven.yml | 2 +- owasp-suppressions.xml | 13 +------------ pom.xml | 26 +++++++++++++++++++------- 3 files changed, 21 insertions(+), 20 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1ec4d5a..99b2d28 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -13,5 +13,5 @@ jobs: call-workflow: uses: 42BV/42-github-workflows/.github/workflows/maven-test.yml@main with: - java-version: 17 + java-version: 21 secrets: inherit diff --git a/owasp-suppressions.xml b/owasp-suppressions.xml index 292d59f..5aecb74 100644 --- a/owasp-suppressions.xml +++ b/owasp-suppressions.xml @@ -1,15 +1,4 @@ - - Remove when spring updates - CVE-2022-45688 - CVE-2023-5072 - CVE-2023-35116 - CVE-2024-22233 - CVE-2024-22234 - CVE-2024-22257 - CVE-2024-22243 - CVE-2024-22233 - CVE-2024-22233 - + diff --git a/pom.xml b/pom.xml index 9ff1e9e..903d4a4 100644 --- a/pom.xml +++ b/pom.xml @@ -56,8 +56,15 @@ 21 21 - 3.4.0 + 3.5.4 6.0.0 + 3.18.0 + 12.1.3 + 0.8.13 + 0.8.0 + 3.2.8 + 3.2.1 + 3.11.2 @@ -90,6 +97,11 @@ beanmapper-spring ${beanmapper.spring.version} + + org.apache.commons + commons-lang3 + ${commons.lang.version} + @@ -127,7 +139,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.4.1 + ${maven-javadoc-plugin.version} attach-javadocs @@ -141,7 +153,7 @@ org.apache.maven.plugins maven-source-plugin - 3.2.1 + ${maven-source-plugin.version} attach-sources @@ -155,7 +167,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.7 + ${maven-gpg-plugin.version} sign-artifacts @@ -170,7 +182,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.7.0 + ${central-publishing-maven-plugin.version} true central @@ -180,7 +192,7 @@ org.jacoco jacoco-maven-plugin - 0.8.12 + ${jacoco-maven-plugin.version} @@ -200,7 +212,7 @@ org.owasp dependency-check-maven - 11.1.0 + ${dependency-check-maven.version} true true