From 26eed17a30b5f0dddb1b3b676007915d14299cae Mon Sep 17 00:00:00 2001 From: Jean-Kevin KPADEY Date: Thu, 12 Dec 2024 23:43:14 +0100 Subject: [PATCH] Update maven and github action dependencies --- .github/workflows/build_sonar_verify.yml | 2 +- .github/workflows/deploy.yml | 6 +++--- .github/workflows/manual-deploy.yml | 4 ++-- .github/workflows/maven-verify.yml | 2 +- pom.xml | 20 ++++++++++---------- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/build_sonar_verify.yml b/.github/workflows/build_sonar_verify.yml index 6d9d2ea5..49879301 100644 --- a/.github/workflows/build_sonar_verify.yml +++ b/.github/workflows/build_sonar_verify.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download PR artifact - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v7 with: workflow: Maven verify run_id: ${{ github.event.workflow_run.id }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7b7bcf90..828a10f7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,11 +32,11 @@ jobs: MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} - name: Upload jars file - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.4.3 with: name: jars path: ./target/**/*.jar - retention-days: 5 + retention-days: 1 release: needs: deploy @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v3 - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v4.1.8 with: name: jars diff --git a/.github/workflows/manual-deploy.yml b/.github/workflows/manual-deploy.yml index 29613905..147218ab 100644 --- a/.github/workflows/manual-deploy.yml +++ b/.github/workflows/manual-deploy.yml @@ -38,7 +38,7 @@ jobs: GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - name: Upload jars file - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.4.3 with: name: jars path: ./target/**/*.jar @@ -53,7 +53,7 @@ jobs: ref: ${{ github.event.inputs.tag }} - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v4.1.8 with: name: jars diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 70fcb603..c00da432 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -29,7 +29,7 @@ jobs: run: echo ${{ github.event.number }} > PR_NUMBER.txt - name: Upload the PR number as an artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.4.3 with: name: PR_NUMBER path: PR_NUMBER.txt diff --git a/pom.xml b/pom.xml index 8c6d9d21..118e43f1 100644 --- a/pom.xml +++ b/pom.xml @@ -51,25 +51,25 @@ 0.96 0.97 1.3.0 - 10.15.0 + 10.20.2 3.14.0 2.2 0.8.12 - 5.10.2 - 3.3.1 + 5.11.3 + 3.6.0 3.13.0 - 3.2.4 - 3.6.3 - 3.5.0 + 3.2.7 + 3.11.2 + 3.8.0 3.12.1 3.3.1 - 3.2.5 - 1.6.13 + 3.5.2 + 1.7.0 1.11.0 1.2.1 1.16.1 2.0.13 - 4.8.5.0 + 4.8.6.6 mivek-github https://sonarcloud.io @@ -352,7 +352,7 @@ org.apache.maven.plugins maven-release-plugin - 3.0.1 + 3.1.1 true false