From f87e1da48224151c565f90e9c332bd65f9746197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 13:40:47 +0000 Subject: [PATCH] chore(deps): bump commons-io:commons-io from 2.19.0 to 2.20.0 Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.19.0 to 2.20.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.19.0...rel/commons-io-2.20.0) --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- azure-source-connector/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-source-connector/build.gradle.kts b/azure-source-connector/build.gradle.kts index 06487a525..dbdc6645c 100644 --- a/azure-source-connector/build.gradle.kts +++ b/azure-source-connector/build.gradle.kts @@ -59,7 +59,7 @@ dependencies { compileOnly("org.apache.velocity:velocity-engine-core:2.4.1") compileOnly("org.apache.velocity.tools:velocity-tools-generic:3.1") - implementation("commons-io:commons-io:2.19.0") + implementation("commons-io:commons-io:2.20.0") implementation("org.apache.commons:commons-lang3:3.17.0") implementation(project(":commons")) implementation(apache.commons.collection4)