From 4ee9d54e6376557038b79f59735d0f5f410aad4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 09:52:21 +0000 Subject: [PATCH] Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 (#1117) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e48238995..1e5839ec4 100644 --- a/build.gradle +++ b/build.gradle @@ -94,7 +94,7 @@ dependencies { runtimeOnly 'org.postgresql:postgresql:42.7.3' // postgresql jdbc driver required during runtime implementation 'commons-io:commons-io:2.16.1' // I/O functionalities - implementation 'commons-codec:commons-codec:1.17.0' // needed by commons-compress + implementation 'commons-codec:commons-codec:1.17.1' // needed by commons-compress implementation 'org.apache.commons:commons-compress:1.26.2' // I/O functionalities }