Skip to content

Commit

Permalink
fix(deps): update dependency commons-io:commons-io to v2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2024
1 parent cc74feb commit b22a481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apex-ast-serializer/parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {
api group: 'commons-cli', name: 'commons-cli', version: '1.9.0'

// https://mvnrepository.com/artifact/commons-io/commons-io
api group: 'commons-io', name: 'commons-io', version: '2.16.1'
api group: 'commons-io', name: 'commons-io', version: '2.17.0'

// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: "${junitVersion}"
Expand Down

0 comments on commit b22a481

Please sign in to comment.