Skip to content

Commit

Permalink
Bump commons-io:commons-io
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and michael-o committed Oct 19, 2024
1 parent e99d2e4 commit fa1c391
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
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ under the License.
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.7</version>
<version>2.14.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/it/MPMD-318-auxclasspath-includeTests/verify.groovy
Original file line number Diff line number Diff line change
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.7/commons-io-2.7.jar' )
assert 2 == auxclasspathLog.count( 'commons-io/commons-io/2.14.0/commons-io-2.14.0.jar' )

0 comments on commit fa1c391

Please sign in to comment.