From 72f5cba37d790535114021932e7984ef338c0991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 20:34:47 +0000 Subject: [PATCH] build(deps): bump commons-io:commons-io from 2.15.1 to 2.20.0 Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.15.1 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.15.1...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] --- plugins/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/build.gradle.kts b/plugins/build.gradle.kts index 3fb806118de..42d89b1ff20 100644 --- a/plugins/build.gradle.kts +++ b/plugins/build.gradle.kts @@ -76,7 +76,7 @@ dependencies { testImplementation(libs.mockk) testImplementation(libs.junit) testImplementation(libs.truth) - testImplementation("commons-io:commons-io:2.15.1") + testImplementation("commons-io:commons-io:2.20.0") testImplementation(kotlin("test")) }