summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-26 12:55:34 +0000
committerGitHub <noreply@github.com>2022-01-26 12:55:34 +0000
commit994b37cd2cb86e43f9e3b5e10bd99a36c348e684 (patch)
tree32f60b8ae428334f610d4bfc481be2412acb9dd8
parentb05ccfa16bd4eeaa12731ba24efd179d9f6c942e (diff)
Bump commons-io from 2.6 to 2.7 in /vespa-application-maven-plugin
Bumps commons-io from 2.6 to 2.7. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--vespa-application-maven-plugin/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespa-application-maven-plugin/pom.xml b/vespa-application-maven-plugin/pom.xml
index 362e9745256..10c494a7dd4 100644
--- a/vespa-application-maven-plugin/pom.xml
+++ b/vespa-application-maven-plugin/pom.xml
@@ -45,7 +45,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.6</version>
+ <version>2.7</version>
</dependency>
</dependencies>
<build>