From fa1c3914f571e6d2eb9fe2ed12405bb5d269e8c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 19:53:35 +0000 Subject: [PATCH] Bump commons-io:commons-io Bumps commons-io:commons-io from 2.7 to 2.14.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- src/it/MPMD-318-auxclasspath-includeTests/module-a/pom.xml | 2 +- src/it/MPMD-318-auxclasspath-includeTests/verify.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/it/MPMD-318-auxclasspath-includeTests/module-a/pom.xml b/src/it/MPMD-318-auxclasspath-includeTests/module-a/pom.xml index 9b4fba4a..f65175f4 100644 --- a/src/it/MPMD-318-auxclasspath-includeTests/module-a/pom.xml +++ b/src/it/MPMD-318-auxclasspath-includeTests/module-a/pom.xml @@ -46,7 +46,7 @@ under the License. commons-io commons-io - 2.7 + 2.14.0 test diff --git a/src/it/MPMD-318-auxclasspath-includeTests/verify.groovy b/src/it/MPMD-318-auxclasspath-includeTests/verify.groovy index 87c91307..9b5698c3 100644 --- a/src/it/MPMD-318-auxclasspath-includeTests/verify.groovy +++ b/src/it/MPMD-318-auxclasspath-includeTests/verify.groovy @@ -41,4 +41,4 @@ assert 2 == auxclasspathLog.count( 'org/apache/commons/commons-lang3/3.8.1/commo // provided assert 2 == auxclasspathLog.count( 'javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1.jar' ) // test -assert 2 == auxclasspathLog.count( 'commons-io/commons-io/2.7/commons-io-2.7.jar' ) +assert 2 == auxclasspathLog.count( 'commons-io/commons-io/2.14.0/commons-io-2.14.0.jar' )