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' )