Skip to content

Commit

Permalink
fix: upgrade commons-io:commons-io from 2.11.0 to 2.12.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade commons-io:commons-io from 2.11.0 to 2.12.0.

See this package in Maven Repository:
https://mvnrepository.com/artifact/commons-io/commons-io/

See this project in Snyk:
https://app.snyk.io/org/pascal.essiembre/project/b5a3787c-0cba-4639-8ebf-7f9ea9f72308?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Jun 7, 2023
1 parent 261be46 commit f5d15c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<sonar.host.url>https://sonarcloud.io</sonar.host.url>

<commons-collections4.version>4.4</commons-collections4.version>
<commons-io.version>2.11.0</commons-io.version>
<commons-io.version>2.12.0</commons-io.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<commons-text.version>1.10.0</commons-text.version>
<java-cup.version>10k</java-cup.version>
Expand Down Expand Up @@ -514,7 +514,7 @@
</additionalDependencies>

<additionalJOptions>
<additionalJOption>&#45;&#45;allow-script-in-comments</additionalJOption>
<additionalJOption>--allow-script-in-comments</additionalJOption>
<additionalJOption>-J-Dbasedir=${basedir}</additionalJOption>
</additionalJOptions>
<overview>src/main/javadoc/overview.html</overview>
Expand Down

0 comments on commit f5d15c9

Please sign in to comment.