This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch maven-resolver-1.9.x
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git
The following commit(s) were added to refs/heads/maven-resolver-1.9.x by this
push:
new 2e21caab [MRESOLVER-712] Bump commons-codec:commons-codec from 1.17.1
to 1.18.0 (#705)
2e21caab is described below
commit 2e21caab4bf14a163657437a04df1d3f15fe9e9b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Apr 26 11:06:46 2025 +0200
[MRESOLVER-712] Bump commons-codec:commons-codec from 1.17.1 to 1.18.0
(#705)
Bumps
[commons-codec:commons-codec](https://github.com/apache/commons-codec) from
1.17.1 to 1.18.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.17.1...rel/commons-codec-1.18.0)
---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
dependency-version: 1.18.0
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>
---
maven-resolver-transport-http/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/maven-resolver-transport-http/pom.xml
b/maven-resolver-transport-http/pom.xml
index b92533fd..624ff569 100644
--- a/maven-resolver-transport-http/pom.xml
+++ b/maven-resolver-transport-http/pom.xml
@@ -73,7 +73,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.17.1</version>
+ <version>1.18.0</version>
<scope>runtime</scope>
</dependency>
<dependency>