Skip to content

Commit

Permalink
Bump commons-io:commons-io from 2.17.0 to 2.18.0
Browse files Browse the repository at this point in the history
Bumps commons-io:commons-io from 2.17.0 to 2.18.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent a9394c0 commit 1fb739b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dubbo-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<logback_version>1.2.13</logback_version>
<!-- Fix the bug of log4j refer:https://github.com/apache/logging-log4j2/pull/608 -->
<log4j2_version>2.24.1</log4j2_version>
<commons_io_version>2.17.0</commons_io_version>
<commons_io_version>2.18.0</commons_io_version>
<commons-codec_version>1.17.1</commons-codec_version>
<groovy_version>4.0.24</groovy_version>

Expand Down
2 changes: 1 addition & 1 deletion dubbo-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.17.0</version>
<version>2.18.0</version>
</dependency>

<!-- Takes no effect for this dependency. To notify github dependencies bot to update ${protobuf-java.version} property. -->
Expand Down

0 comments on commit 1fb739b

Please sign in to comment.