Skip to content

Commit

Permalink
feat(cb2-14240): bumped io commons dep as per snyk
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-cs committed Oct 17, 2024
1 parent f1ad22c commit d1c7182
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 @@ -78,7 +78,7 @@ dependencies {
compile fileTree(dir: 'jars', include: '*.jar')
testCompile group: 'junit', name: 'junit', version: '4.13.1'
testCompile group: 'org.jsoup', name: 'jsoup', version: '1.15.3'
testCompile group: 'commons-io', name: 'commons-io', version: '2.7'
testCompile group: 'commons-io', name: 'commons-io', version: '2.14.0'
testCompile group: 'com.itextpdf', name: 'itextpdf', version: '5.5.12'
}

Expand Down

0 comments on commit d1c7182

Please sign in to comment.