Skip to content

Commit

Permalink
Merge pull request #2760 from smallrye/dependabot/maven/main/commons-…
Browse files Browse the repository at this point in the history
…io-commons-io-2.17.0

Bump commons-io:commons-io from 2.16.1 to 2.17.0
  • Loading branch information
cescoffier committed Sep 20, 2024
2 parents b744532 + c173ed4 commit fff37d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

<mutiny.version>2.6.1</mutiny.version>
<artemis.version>2.37.0</artemis.version>
<commons-io.version>2.16.1</commons-io.version>
<commons-io.version>2.17.0</commons-io.version>

<jboss-log-manager.version>3.0.6.Final</jboss-log-manager.version>

Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit fff37d8

Please sign in to comment.