From 86e2dda318c108e9f1b7a45e000b1ebd44d05f8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 21:22:23 +0000 Subject: [PATCH] Bump commons-lang:commons-lang from 2.0 to 2.6 Bumps commons-lang:commons-lang from 2.0 to 2.6. --- updated-dependencies: - dependency-name: commons-lang:commons-lang dependency-version: '2.6' dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- plexus-compiler-test/pom.xml | 2 +- .../java/org/codehaus/plexus/compiler/AbstractCompilerTest.java | 2 +- plexus-compilers/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plexus-compiler-test/pom.xml b/plexus-compiler-test/pom.xml index d31a0cdfe..b8564cc67 100644 --- a/plexus-compiler-test/pom.xml +++ b/plexus-compiler-test/pom.xml @@ -59,7 +59,7 @@ commons-lang commons-lang - 2.0 + 2.6 runtime diff --git a/plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java b/plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java index 3fab07e66..22b92aa66 100644 --- a/plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java +++ b/plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java @@ -111,7 +111,7 @@ protected final Compiler getCompiler() { protected List getClasspath() throws Exception { List cp = new ArrayList<>(); - File file = getLocalArtifactPath("commons-lang", "commons-lang", "2.0", "jar"); + File file = getLocalArtifactPath("commons-lang", "commons-lang", "2.6", "jar"); assertThat( "test prerequisite: commons-lang library must be available in local repository at " + file, diff --git a/plexus-compilers/pom.xml b/plexus-compilers/pom.xml index efc9d1155..24981c4a4 100644 --- a/plexus-compilers/pom.xml +++ b/plexus-compilers/pom.xml @@ -40,7 +40,7 @@ commons-lang commons-lang - 2.0 + 2.6 test