Skip to content

Commit

Permalink
Bump commons-io from 2.7 to 2.10.0 (#1582)
Browse files Browse the repository at this point in the history
* Bump commons-io from 2.7 to 2.9.0

* Bump commons-io from 2.7 to 2.9.0

* Update dependencies.gradle

* Update pom.xml

Co-authored-by: Markus Strehle <strehle@users.noreply.github.com>
  • Loading branch information
strehle and strehle committed Jun 30, 2021
1 parent f6e0f6f commit 6c122ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ libraries.aspectJWeaver = "org.aspectj:aspectjweaver"
libraries.beanutils = "commons-beanutils:commons-beanutils:1.9.4"
libraries.bouncyCastlePkix = "org.bouncycastle:bcpkix-jdk15on:${versions.bouncyCastleVersion}"
libraries.bouncyCastleProv = "org.bouncycastle:bcprov-jdk15on:${versions.bouncyCastleVersion}"
libraries.commonsIo = "commons-io:commons-io:2.7"
libraries.commonsIo = "commons-io:commons-io:2.10.0"
libraries.dumbster = "dumbster:dumbster:1.6"
libraries.eclipseJgit = "org.eclipse.jgit:org.eclipse.jgit:5.8.0.202006091008-r"
libraries.flywayCore = "org.flywaydb:flyway-core"
Expand Down
2 changes: 1 addition & 1 deletion model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.7</version>
<version>2.10.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 6c122ec

Please sign in to comment.