From cd290f80b01731e53ad60d7142f5dea072b2eb75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 04:02:38 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.20.0 to 2.21.0 Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.20.0 to 2.21.0. - [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-io/compare/rel/commons-io-2.20.0...rel/commons-io-2.21.0) --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bf0966b5a..d99d348c6 100644 --- a/build.gradle +++ b/build.gradle @@ -102,7 +102,7 @@ dependencies { implementation 'com.couchbase.client:java-client:3.9.2' runtimeOnly 'org.postgresql:postgresql:42.7.8' // postgresql jdbc driver required during runtime - implementation 'commons-io:commons-io:2.20.0' // I/O functionalities + implementation 'commons-io:commons-io:2.21.0' // I/O functionalities implementation 'commons-codec:commons-codec:1.20.0' // needed by commons-compress implementation 'org.apache.commons:commons-compress:1.28.0' // I/O functionalities }