From 8d4683969f82e0e6b8fe9fccf62eff6bccce53d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Apr 2022 09:32:05 +0000 Subject: [PATCH 1/2] Bump commons-io in /src/it/MPMD-318-auxclasspath-includeTests/module-a Bumps commons-io from 2.6 to 2.7. --- 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0250bdb4..9b4fba4a 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.6 + 2.7 test From 32f3ec10f29fecddad8204844dae2a4d7cd85e87 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 6 May 2022 16:36:56 +0200 Subject: [PATCH 2/2] fix test --- src/it/MPMD-318-auxclasspath-includeTests/verify.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/it/MPMD-318-auxclasspath-includeTests/verify.groovy b/src/it/MPMD-318-auxclasspath-includeTests/verify.groovy index 4190e39c..7df6a7c3 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.6/commons-io-2.6.jar' ) +assert 2 == auxclasspathLog.count( 'commons-io/commons-io/2.7/commons-io-2.7.jar' )