From 53762bd59cf8399f0228f832fb1da71a765a4f5c Mon Sep 17 00:00:00 2001 From: Randy Geyer - WS Date: Tue, 22 Mar 2022 22:33:08 -0500 Subject: [PATCH] Update build.gradle commons-io: 2.7 -> 2.8 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1da5cc5..aee252a 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {