Skip to content

Commit

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

Bump commons-io from 2.10.0 to 2.11.0
  • Loading branch information
vierbergenlars authored Jul 23, 2021
2 parents 02d8155 + 24ab546 commit 63c95f1
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.10.0'
testCompile group: 'commons-io', name: 'commons-io', version: '2.11.0'
}
import org.gradle.util.GradleVersion

Expand Down

0 comments on commit 63c95f1

Please sign in to comment.