Skip to content

Commit

Permalink
Merge pull request #2308 from smallrye/dependabot/maven/main/commons-…
Browse files Browse the repository at this point in the history
…io-commons-io-2.14.0
  • Loading branch information
cescoffier authored Oct 1, 2023
2 parents bfd8d6e + 0afc6f8 commit f8e23f4
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.5.1</mutiny.version>
<artemis.version>2.31.0</artemis.version>
<commons-io.version>2.13.0</commons-io.version>
<commons-io.version>2.14.0</commons-io.version>

<jboss-log-manager.version>3.0.2.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.13.0</version>
<version>2.14.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit f8e23f4

Please sign in to comment.