From fdbb9deadf925743d5d6f530e9470dd046b71889 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 21:47:16 +0000 Subject: [PATCH] Update dependency commons-io:commons-io to v2.20.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 83ca068..672903f 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.8.1' // For turning InputStream to String - testImplementation group: 'commons-io', name: 'commons-io', version: '2.11.0' + testImplementation group: 'commons-io', name: 'commons-io', version: '2.20.0' // For reading the demo vapid keypair from a pem file testImplementation group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.70'