From 156fae24508b82dd6fe0726ded423bbe420d1f58 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 11 Sep 2025 20:01:53 +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 948abe4..2b01a92 100644 --- a/build.gradle +++ b/build.gradle @@ -93,7 +93,7 @@ dependencies { api 'org.slf4j:slf4j-simple:2.0.13' // Easy file management - api 'commons-io:commons-io:2.16.1' + api 'commons-io:commons-io:2.20.0' // Config management api 'org.yaml:snakeyaml:1.33' -- 2.49.1