This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 9926a5df [MDEP-915] Bump commons-io:commons-io from 2.16.0 to 2.16.1
(#370)
9926a5df is described below
commit 9926a5df8a290211fc5b0e154f4f14d6057f4c17
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 14 18:17:58 2024 +0200
[MDEP-915] Bump commons-io:commons-io from 2.16.0 to 2.16.1 (#370)
Bumps commons-io:commons-io from 2.16.0 to 2.16.1.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 caa5e18f..12862cde 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,7 +186,7 @@ under the License.
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.16.0</version>
+ <version>2.16.1</version>
<scope>test</scope>
</dependency>