diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index deb2e18..3f3597a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: matrix: java: ['8', '11', '17', '21'] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - uses: actions/setup-java@v5 with: distribution: temurin diff --git a/pom.xml b/pom.xml index ab5c66d..7b7551b 100644 --- a/pom.xml +++ b/pom.xml @@ -76,13 +76,13 @@ org.apache.maven.plugins maven-compiler-plugin - 3.14.1 + 3.15.0 org.apache.maven.plugins maven-source-plugin - 3.3.1 + 3.4.0 attach-sources @@ -128,7 +128,7 @@ org.apache.maven.plugins maven-release-plugin - 3.1.1 + 3.3.1