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-enforcer.git
The following commit(s) were added to refs/heads/master by this push:
new 6665083 [MENFORCER-501] Bump commons-codec:commons-codec from 1.16.1
to 1.17.0 (#312)
6665083 is described below
commit 66650833d729662c81c44325d9612e5734bdef0a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun May 26 12:57:34 2024 +0200
[MENFORCER-501] Bump commons-codec:commons-codec from 1.16.1 to 1.17.0
(#312)
Bumps
[commons-codec:commons-codec](https://github.com/apache/commons-codec) from
1.16.1 to 1.17.0.
-
[Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.16.1...rel/commons-codec-1.17.0)
---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 0f3b7ff..a4757ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,7 +188,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.16.1</version>
+ <version>1.17.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>