Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
commons-io: 2.7 -> 2.8
  • Loading branch information
randygeyer-ws authored Mar 23, 2022
1 parent ad46723 commit 53762bd
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.7'
implementation group: 'commons-io', name: 'commons-io', version: '2.8'
}

test {
Expand Down

0 comments on commit 53762bd

Please sign in to comment.