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

slachiewicz 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 3982da61 Bump org.apache.commons:commons-lang3 in /src/it/projects/tree
3982da61 is described below

commit 3982da611d034db5b0388059f5ee9f28115f1551
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 17 20:28:04 2025 +0000

    Bump org.apache.commons:commons-lang3 in /src/it/projects/tree
    
    Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.18.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-lang3
      dependency-version: 3.18.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 src/it/projects/tree/expected-v4.txt | 2 +-
 src/it/projects/tree/expected.txt    | 2 +-
 src/it/projects/tree/pom.xml         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/it/projects/tree/expected-v4.txt 
b/src/it/projects/tree/expected-v4.txt
index 91703010..48b9a84f 100644
--- a/src/it/projects/tree/expected-v4.txt
+++ b/src/it/projects/tree/expected-v4.txt
@@ -35,4 +35,4 @@ org.apache.maven.its.dependency:test:jar:1.0-SNAPSHOT
 |  +- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
 |  +- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
 |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
-\- org.apache.commons:commons-lang3:jar:3.14.0:compile (optional)
\ No newline at end of file
+\- org.apache.commons:commons-lang3:jar:3.18.0:compile (optional)
diff --git a/src/it/projects/tree/expected.txt 
b/src/it/projects/tree/expected.txt
index a1fe1338..0c8f28de 100644
--- a/src/it/projects/tree/expected.txt
+++ b/src/it/projects/tree/expected.txt
@@ -35,4 +35,4 @@ org.apache.maven.its.dependency:test:jar:1.0-SNAPSHOT
 |  +- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
 |  +- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
 |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
-\- org.apache.commons:commons-lang3:jar:3.14.0:compile (optional)
\ No newline at end of file
+\- org.apache.commons:commons-lang3:jar:3.18.0:compile (optional)
diff --git a/src/it/projects/tree/pom.xml b/src/it/projects/tree/pom.xml
index d18c8ffd..c757695b 100644
--- a/src/it/projects/tree/pom.xml
+++ b/src/it/projects/tree/pom.xml
@@ -45,7 +45,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.14.0</version>
+      <version>3.18.0</version>
       <optional>true</optional>
     </dependency>
   </dependencies>

Reply via email to