From 1c511a075733d5c3e8eb54ffd7277eb66f728def Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:42:40 +0000 Subject: [PATCH] chore(deps): update maven docker tag to v3.9.13 --- .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 c4b9591..9e43ff9 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,7 @@ jobs: build: name: "JDK 21 Eclipse Temurin" runs-on: ubuntu-latest - container: "maven:3.9.12-eclipse-temurin-21" + container: "maven:3.9.13-eclipse-temurin-21" steps: - uses: actions/checkout@v6 - uses: actions/cache@v5