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

FrankChen021 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new b741a6c3bd2 build(deps): bump org.codehaus.plexus:plexus-utils from 
3.6.1 to 4.1.0 (#20135)
b741a6c3bd2 is described below

commit b741a6c3bd25c0f92dbf39093ea131f8ea435004
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 26 09:47:36 2026 +0800

    build(deps): bump org.codehaus.plexus:plexus-utils from 3.6.1 to 4.1.0 
(#20135)
    
    * build(deps): bump org.codehaus.plexus:plexus-utils from 3.6.1 to 4.1.0
    
    Bumps 
[org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils)
 from 3.6.1 to 4.1.0.
    - [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
    - 
[Commits](https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-3.6.1...plexus-utils-4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-utils
      dependency-version: 4.1.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * fix(deps): restore Maven resolver XML support
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Frank Chen <[email protected]>
---
 licenses.yaml    | 12 +++++++++++-
 pom.xml          |  2 +-
 services/pom.xml |  6 ++++++
 3 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/licenses.yaml b/licenses.yaml
index 76a5f640e88..3c34e262882 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -2398,7 +2398,7 @@ name: Plexus Common Utilities
 license_category: binary
 module: java-core
 license_name: Apache License version 2.0
-version: 3.6.1
+version: 4.1.0
 libraries:
   - org.codehaus.plexus: plexus-utils
 notices:
@@ -2414,6 +2414,16 @@ notices:
 
       This product includes software developed by
       Rome (https://rome.dev.java.net/).
+
+---
+
+name: Plexus XML
+license_category: binary
+module: java-core
+license_name: Apache License version 2.0
+version: 3.1.0
+libraries:
+  - org.codehaus.plexus: plexus-xml
 ---
 
 name: Jetty
diff --git a/pom.xml b/pom.xml
index 8d6c8b155fd..eb0e12c830e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1208,7 +1208,7 @@
             <dependency>
                 <groupId>org.codehaus.plexus</groupId>
                 <artifactId>plexus-utils</artifactId>
-                <version>3.6.1</version>
+                <version>4.1.0</version>
             </dependency>
             <dependency>
                 <groupId>com.github.ben-manes.caffeine</groupId>
diff --git a/services/pom.xml b/services/pom.xml
index aefe3f24368..281d7529bfc 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -231,6 +231,12 @@
             <artifactId>maven-resolver-provider</artifactId>
             <version>3.6.0</version>
         </dependency>
+        <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-xml</artifactId>
+            <version>3.1.0</version>
+            <scope>runtime</scope>
+        </dependency>
         <dependency>
             <groupId>jakarta.xml.bind</groupId>
             <artifactId>jakarta.xml.bind-api</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to