Skip to content

Commit

Permalink
Bump commons-io from 2.6 to 2.7 in /src/it/MPMD-318-auxclasspath-incl…
Browse files Browse the repository at this point in the history
…udeTests/module-a (#65)

* 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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andreas Dangel <adangel@apache.org>
  • Loading branch information
dependabot[bot] and adangel committed May 6, 2022
1 parent 9c12c9a commit 6474abe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/it/MPMD-318-auxclasspath-includeTests/module-a/pom.xml
Expand Up @@ -46,7 +46,7 @@ under the License.
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<version>2.7</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/it/MPMD-318-auxclasspath-includeTests/verify.groovy
Expand Up @@ -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' )

0 comments on commit 6474abe

Please sign in to comment.