diff --git a/.github/workflows/default-tests.yml b/.github/workflows/default-tests.yml index 0ccd981..8bb1526 100644 --- a/.github/workflows/default-tests.yml +++ b/.github/workflows/default-tests.yml @@ -7,17 +7,17 @@ jobs: name: Run checkstyle runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: recursive - name: Set up JDK 11 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'zulu' java-version: 11 java-package: jdk - name: Cache local Maven repository - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -33,17 +33,17 @@ jobs: matrix: java_version: [ '11', '12', '13', '14', '15', '16', '17', '18', '19', '20' ] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: recursive - name: Set up JDK ${{ matrix.java_version }} - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'zulu' java-version: ${{ matrix.java_version }} java-package: jdk - name: Cache local Maven repository - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -58,17 +58,17 @@ jobs: if: ${{ github.event_name != 'pull_request' && !startsWith(github.ref, 'refs/tags/') && github.ref == 'refs/heads/master' }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: recursive - name: Set up JDK 11 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'zulu' java-version: 11 java-package: jdk - name: Cache local Maven repository - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/pom.xml b/pom.xml index f936f77..e4c3d08 100644 --- a/pom.xml +++ b/pom.xml @@ -44,10 +44,10 @@ https://github.com/eclipse-jgit/jgit/issues/28 https://github.com/eclipse-jgit/jgit/issues/36 --> - 6.10.0.202406032230-r + 6.10.1.202505221210-r 5.13.1 5.18.0 - 3.27.3 + 3.27.7 @@ -67,7 +67,7 @@ org.apache.maven.plugins maven-antrun-plugin - 3.1.0 + 3.2.0 org.apache.maven.plugins @@ -82,7 +82,7 @@ org.apache.maven.plugins maven-release-plugin - 3.1.1 + 3.3.1 -Pgpg @@ -100,7 +100,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.7 + 3.2.8 org.apache.maven.plugins @@ -115,7 +115,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.4.2 + 3.5.0 org.apache.maven.plugins