Skip to content

Commit 86e2dda

Browse files
dependabot[bot]slachiewicz
authored andcommitted
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] <support@github.com>
1 parent 489f586 commit 86e2dda

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plexus-compiler-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>commons-lang</groupId>
6161
<artifactId>commons-lang</artifactId>
62-
<version>2.0</version>
62+
<version>2.6</version>
6363
<scope>runtime</scope>
6464
</dependency>
6565
</dependencies>

plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ protected final Compiler getCompiler() {
111111
protected List<String> getClasspath() throws Exception {
112112
List<String> cp = new ArrayList<>();
113113

114-
File file = getLocalArtifactPath("commons-lang", "commons-lang", "2.0", "jar");
114+
File file = getLocalArtifactPath("commons-lang", "commons-lang", "2.6", "jar");
115115

116116
assertThat(
117117
"test prerequisite: commons-lang library must be available in local repository at " + file,

plexus-compilers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>commons-lang</groupId>
4242
<artifactId>commons-lang</artifactId>
43-
<version>2.0</version>
43+
<version>2.6</version>
4444
<scope>test</scope>
4545
</dependency>
4646
</dependencies>

0 commit comments

Comments
 (0)