diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff52b8b..76d7b51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: #https://stackoverflow.com/questions/61096521/how-to-use-gpg-key-in-github-actions #It requires export the private key with the armor option: gpg --output private.pgm --armor --export-secret-key - name: Import GPG Key - uses: crazy-max/ghaction-import-gpg@v6.1.0 + uses: crazy-max/ghaction-import-gpg@v6.2.0 with: gpg_private_key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }} diff --git a/pom.xml b/pom.xml index 700e38b..bbb0ae1 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 2.3.0 - 5.4 + 5.4.1 4.5.14 @@ -55,7 +55,7 @@ com.fasterxml.jackson jackson-bom - 2.18.0 + 2.18.1 pom import