From 3ca67394140d4f919794530ab02a54c4149bd5a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 01:11:06 +0000 Subject: [PATCH 1/2] Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.18.0 Bumps org.apache.commons:commons-lang3 from 3.12.0 to 3.18.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ff3d9f464..76ac7c949 100644 --- a/pom.xml +++ b/pom.xml @@ -328,7 +328,7 @@ 1.6.5 4.9.3 2.9.0 - 3.12.0 + 3.18.0 0.2.2 1.3.5 5.8.2 From a3b1538954f5b17aba1f3389297ecb8f5cf9c4c0 Mon Sep 17 00:00:00 2001 From: Isabelle Miller Date: Mon, 14 Jul 2025 11:23:32 +0200 Subject: [PATCH 2/2] experimentally remove caching --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4d27800c7..d7f588819 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -25,6 +25,6 @@ jobs: with: java-version: ${{ matrix.java }} distribution: 'temurin' - cache: maven + # cache: maven - name: Build with Maven run: mvn -B package --no-transfer-progress --file pom.xml