Skip to content

Commit

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

Bump commons-io:commons-io from 2.16.0 to 2.16.1
  • Loading branch information
ozangunalp authored Apr 9, 2024
2 parents 8b5ff3a + d09e386 commit 006d056
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.0</mutiny.version>
<artemis.version>2.33.0</artemis.version>
<commons-io.version>2.16.0</commons-io.version>
<commons-io.version>2.16.1</commons-io.version>

<jboss-log-manager.version>3.0.4.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.0</version>
<version>2.16.1</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 006d056

Please sign in to comment.