This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-project-archetype.git
The following commit(s) were added to refs/heads/master by this push:
new fa95aeb Bump commons-io:commons-io from 2.6 to 2.7 (#14)
fa95aeb is described below
commit fa95aebdedb86ab10debb1e82ab74d57b7c3081f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 26 11:54:26 2024 +0200
Bump commons-io:commons-io from 2.6 to 2.7 (#14)
Bumps commons-io: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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e94800b..ba12c12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.6</version>
+ <version>2.7</version>
<scope>compile</scope>
</dependency>
</dependencies>