Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent 264acaf commit 2542835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom-scripted-connector-bundler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.7</version>
<version>2.14.0</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@

<!-- Apache Commons versions -->
<apache.commons-codec.version>1.10</apache.commons-codec.version>
<apache.commons-io.version>2.7</apache.commons-io.version>
<apache.commons-io.version>2.14.0</apache.commons-io.version>
<apache.commons-fileupload.version>1.5</apache.commons-fileupload.version>

<ant.contrib.version>1.0b3</ant.contrib.version>
Expand Down

0 comments on commit 2542835

Please sign in to comment.