From 2e717dff0d656f7567804474dcf51ddd9ac294c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:42:49 +0000 Subject: [PATCH] build(deps): bump commons-io:commons-io from 2.5 to 2.7 Bumps commons-io:commons-io from 2.5 to 2.7. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- parser/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/build.gradle b/parser/build.gradle index 3605309..2a86376 100644 --- a/parser/build.gradle +++ b/parser/build.gradle @@ -21,7 +21,7 @@ dependencies { implementation 'org.json:json:20090211' implementation 'org.apache.commons:commons-lang3:3.4' implementation 'org.jetbrains:annotations:13.0' - implementation 'commons-io:commons-io:2.5' + implementation 'commons-io:commons-io:2.7' implementation 'com.github.mifmif:generex:1.0.2' implementation 'net.sf.biweekly:biweekly:0.6.1' implementation 'com.googlecode.juniversalchardet:juniversalchardet:1.0.3'