Skip to content

Commit

Permalink
bump commons-io
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaguiar committed Oct 9, 2024
1 parent 1a2ef83 commit f0d6cd2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
10 changes: 5 additions & 5 deletions versionsAndDeps.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@
},
{
"description": "Apache Commons IO",
"path": ["lib/commons-io-2.16.1.jar"],
"version": "2.16.1",
"path": ["lib/commons-io-2.17.0.jar"],
"version": "2.17.0",
"changes": false,
"type": ["java"],
"license": "https://raw.githubusercontent.com/licenses/license-templates/master/templates/apache.txt",
Expand Down Expand Up @@ -394,7 +394,7 @@
"name": "HTTP",
"removable": false,
"hardDeps": [
"lib/commons-io-2.16.1.jar",
"lib/commons-io-2.17.0.jar",
"lib/jetty-io-9.4.56.jar",
"lib/jetty-util-9.4.56.jar",
"lib/jetty-client-9.4.56.jar",
Expand Down Expand Up @@ -439,7 +439,7 @@
"name": "SSH",
"removable": true,
"hardDeps": [
"lib/commons-io-2.16.1.jar"
"lib/commons-io-2.17.0.jar"
],
"deps": [
"lib/jsch-0.2.20.jar",
Expand Down Expand Up @@ -471,7 +471,7 @@
"name": "ZIP",
"removable": false,
"hardDeps": [
"lib/commons-io-2.16.1.jar",
"lib/commons-io-2.17.0.jar",
"lib/commons-compress-1.27.1.jar"
],
"deps": []
Expand Down

0 comments on commit f0d6cd2

Please sign in to comment.