Skip to content

Commit

Permalink
Merge pull request #65 from xenit-eu/dependabot/gradle/commons-io-com…
Browse files Browse the repository at this point in the history
…mons-io-2.10.0

Bump commons-io from 2.9.0 to 2.10.0
  • Loading branch information
vierbergenlars authored Jun 15, 2021
2 parents 63632ed + 60ca840 commit 02d8155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ configurations {
dependencies {
compile gradleApi()
testCompile group: 'junit', name: 'junit', version: '4.13.2'
testCompile group: 'commons-io', name: 'commons-io', version: '2.9.0'
testCompile group: 'commons-io', name: 'commons-io', version: '2.10.0'
}
import org.gradle.util.GradleVersion

Expand Down

0 comments on commit 02d8155

Please sign in to comment.