OSDN Git Service

Bump commons-io from 2.8.0 to 2.11.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 13 Jul 2021 22:15:26 +0000 (22:15 +0000)
committerGitHub <noreply@github.com>
Tue, 13 Jul 2021 22:15:26 +0000 (22:15 +0000)
Bumps commons-io from 2.8.0 to 2.11.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
build.gradle

index d7721b8..ef78bf1 100644 (file)
@@ -41,7 +41,7 @@ subprojects {
     }
 
     dependencies {
-        testImplementation 'commons-io:commons-io:2.8.0'
+        testImplementation 'commons-io:commons-io:2.11.0'
         testImplementation 'org.testng:testng:7.4.0'
     }
     test.useTestNG()