Skip to content

Commit

Permalink
fix(deps): update dependency commons-io:commons-io to v2.18.0 (#508)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent ee327e0 commit 0e75b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ccd-config-generator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
testImplementation 'com.google.guava:guava:33.3.1-jre'
testImplementation group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'
testImplementation group: 'commons-lang', name: 'commons-lang', version: '2.6'
testImplementation group: 'commons-io', name: 'commons-io', version: '2.17.0'
testImplementation group: 'commons-io', name: 'commons-io', version: '2.18.0'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.26.3'
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: springBootVersion

Expand Down
2 changes: 1 addition & 1 deletion ccd-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {


testImplementation 'junit:junit:4.13.2'
testImplementation group: 'commons-io', name: 'commons-io', version: '2.17.0'
testImplementation group: 'commons-io', name: 'commons-io', version: '2.18.0'
testImplementation group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.26.3'
}
Expand Down

0 comments on commit 0e75b17

Please sign in to comment.