This is an automated email from the ASF dual-hosted git repository.

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new 94351d31 [MRESOLVER-657] Bump commons-codec:commons-codec from 1.17.1 
to 1.17.2 (#632)
94351d31 is described below

commit 94351d31ba1a29e191307177ae76ed5b75df9371
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 26 19:51:49 2025 +0100

    [MRESOLVER-657] Bump commons-codec:commons-codec from 1.17.1 to 1.17.2 
(#632)
    
    Bumps 
[commons-codec:commons-codec](https://github.com/apache/commons-codec) from 
1.17.1 to 1.17.2.
    - 
[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.17.2)
    
    ---
    updated-dependencies:
    - dependency-name: commons-codec:commons-codec
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    
    ---
    
    https://issues.apache.org/jira/browse/MRESOLVER-657
---
 maven-resolver-transport-apache/pom.xml | 2 +-
 maven-resolver-transport-minio/pom.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/maven-resolver-transport-apache/pom.xml 
b/maven-resolver-transport-apache/pom.xml
index 35bd7eab..43e0e4b0 100644
--- a/maven-resolver-transport-apache/pom.xml
+++ b/maven-resolver-transport-apache/pom.xml
@@ -69,7 +69,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.17.1</version>
+      <version>1.17.2</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
diff --git a/maven-resolver-transport-minio/pom.xml 
b/maven-resolver-transport-minio/pom.xml
index 0ccfbb65..fb58d150 100644
--- a/maven-resolver-transport-minio/pom.xml
+++ b/maven-resolver-transport-minio/pom.xml
@@ -70,7 +70,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.17.1</version>
+      <version>1.17.2</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>

Reply via email to