Skip to content

Commit

Permalink
Combined dependency updates (2023-12-30) (#129)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump actions/deploy-pages from 4.0.0 to 4.0.2](#125)
- [Bump crazy-max/ghaction-import-gpg from 6.0.0 to 6.1.0](#126)
- [Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.22.0 to 2.22.1](#127)
- [Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.10](#128)
  • Loading branch information
giis-qabot authored Dec 30, 2023
1 parent a0667b3 commit 36821fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <email>
- name: Import GPG Key
uses: crazy-max/ghaction-import-gpg@v6.0.0
uses: crazy-max/ghaction-import-gpg@v6.1.0
with:
gpg_private_key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ jobs:
- name: Deploy to GitHub Pages
if: always()
id: deployment
uses: actions/[email protected].0
uses: actions/[email protected].2

sonarqube:
needs: [test-java]
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version> <!--$NO-MVN-MAN-VER$-->
<version>2.0.10</version> <!--$NO-MVN-MAN-VER$-->
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.22.0</version>
<version>2.22.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 36821fd

Please sign in to comment.