From a3949e38023f01bf50fedd03bf3553a0715f6f5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:36:50 +0000 Subject: [PATCH] bump commons-io:commons-io from 2.17.0 to 2.18.0 (via #2811) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 72324891c..35fc2445b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -93,7 +93,7 @@ subprojects { dependency("com.squareup.retrofit2:converter-jackson:${comSquareupRetrofit2Version}") dependency("com.squareup.retrofit2:retrofit:${comSquareupRetrofit2Version}") dependency("commons-beanutils:commons-beanutils:1.9.4") - dependency("commons-io:commons-io:2.17.0") + dependency("commons-io:commons-io:2.18.0") dependency("javax.xml.bind:jaxb-api:2.3.1") dependency("net.sourceforge.pmd:pmd-java:7.1.0") dependency("org.allurefw:allure1-model:1.0")