Skip to content

Commit

Permalink
Combined dependency updates (2024-09-21)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump commons-io:commons-io from 2.16.1 to 2.17.0](#276)
- [Bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4](#277)
- [Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6](#278)
  • Loading branch information
giis-qabot authored Sep 21, 2024
1 parent 7595d22 commit 6eb6828
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.3.1</httpclient-version>
<httpclient-version>5.4</httpclient-version>

<!-- store-loader still using httpclient4 to call REST APIs, pending migration -->
<httpclient4-version>4.5.14</httpclient4-version>
Expand Down Expand Up @@ -140,7 +140,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -373,7 +373,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.5</version>
<version>3.2.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 6eb6828

Please sign in to comment.