Skip to content

Commit

Permalink
Update dependency commons-io:commons-io to v2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whitesource-demo[bot] committed Nov 5, 2023
1 parent 52f1313 commit 4aee49e
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 @@ -88,7 +88,7 @@ dependencies {
implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '8.3'

// https://mvnrepository.com/artifact/commons-io/commons-io
implementation group: 'commons-io', name: 'commons-io', version: '2.8'
implementation group: 'commons-io', name: 'commons-io', version: '2.15.0'
}

test {
Expand Down

0 comments on commit 4aee49e

Please sign in to comment.