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