Skip to content

Commit b9fbcd0

Browse files
committed
Fixed jenkinsci#379 - Upgraded commons-lang to 3.8.1
- Changed the groupId/artifactId
1 parent eff0dcb commit b9fbcd0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

jenkins-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
</dependency>
5858

5959
<dependency>
60-
<groupId>commons-lang</groupId>
61-
<artifactId>commons-lang</artifactId>
60+
<groupId>org.apache.commons</groupId>
61+
<artifactId>commons-lang3</artifactId>
6262
</dependency>
6363

6464
<dependency>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<commons-io.version>2.4</commons-io.version>
5858
<xstream.version>1.4.7-jenkins-1</xstream.version>
5959
<dom4j.version>1.6.1</dom4j.version>
60-
<commons-lang.version>2.6</commons-lang.version>
60+
<commons-lang.version>3.8.1</commons-lang.version>
6161
<guava.version>17.0</guava.version>
6262
<json-lib.version>2.4</json-lib.version>
6363
<httpclient.version>4.3.6</httpclient.version>
@@ -133,8 +133,8 @@
133133
</dependency>
134134

135135
<dependency>
136-
<groupId>commons-lang</groupId>
137-
<artifactId>commons-lang</artifactId>
136+
<groupId>org.apache.commons</groupId>
137+
<artifactId>commons-lang3</artifactId>
138138
<version>${commons-lang.version}</version>
139139
</dependency>
140140

0 commit comments

Comments
 (0)