Skip to content

Commit

Permalink
Combined dependency updates (2024-11-02)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump org.apache.httpcomponents.client5:httpclient5 from 5.4 to 5.4.1](#299)
- [Bump com.fasterxml.jackson:jackson-bom from 2.18.0 to 2.18.1](#298)
- [Bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0](#297)
  • Loading branch information
giis-qabot authored Nov 2, 2024
1 parent 73f058d commit a0f46a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.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 }}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<portable.version>2.3.0</portable.version>

<httpclient-version>5.4</httpclient-version>
<httpclient-version>5.4.1</httpclient-version>

<!-- store-loader still using httpclient4 to call REST APIs, pending migration -->
<httpclient4-version>4.5.14</httpclient4-version>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.18.0</version>
<version>2.18.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit a0f46a9

Please sign in to comment.