From b9aa4bdf0caf9c9033bf50d3e58b2c69bd953578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 00:03:44 +0000 Subject: [PATCH] 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0fab87ed..a31a6973 100644 --- a/build.gradle +++ b/build.gradle @@ -140,7 +140,7 @@ dependencies { implementation 'org.hamcrest:hamcrest-all:1.3' implementation 'org.testng:testng:7.11.0' implementation 'com.googlecode.json-simple:json-simple:1.1.1' - implementation 'commons-io:commons-io:2.19.0' + implementation 'commons-io:commons-io:2.20.0' implementation 'com.aventstack:extentreports:5.1.2' implementation 'net.sourceforge.javacsv:javacsv:2.0' implementation 'org.apache.poi:poi-ooxml:5.4.0'