From 4654cff1588c944c0a1f52bf349da664540e3b14 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 8 Apr 2024 18:01:40 +0000 Subject: [PATCH] Update dependency commons-io:commons-io to v2.16.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 642507e..1068a8f 100644 --- a/build.gradle +++ b/build.gradle @@ -93,7 +93,7 @@ dependencies { api 'org.slf4j:slf4j-simple:2.0.12' // Easy file management - api 'commons-io:commons-io:2.16.0' + api 'commons-io:commons-io:2.16.1' // Config management api 'org.yaml:snakeyaml:1.33'