Skip to content

Commit

Permalink
fix(deps): update dependency commons-io:commons-io to v2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Goooler committed Jan 9, 2024
1 parent 71eaee5 commit bbe96b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testfixtures/jvm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation gradleApi()
implementation gradleTestKit()
api "org.ysb33r.gradle:grolifant-herd:${agProject.versionOf('grolifant')}"
api 'commons-io:commons-io:2.6'
api 'commons-io:commons-io:2.15.1'
implementation "org.jsoup:jsoup:$jsoupVersion"
implementation "cglib:cglib-nodep:$cglibVersion"
implementation("org.spockframework:spock-core:${agProject.versionOf('spock')}") {
Expand Down

0 comments on commit bbe96b7

Please sign in to comment.