Skip to content

Commit

Permalink
Fixed #379 - Upgraded commons-lang to 3.8.1
Browse files Browse the repository at this point in the history
 - Changed the groupId/artifactId
  • Loading branch information
khmarbaise committed Dec 10, 2018
1 parent eff0dcb commit b9fbcd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions jenkins-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
</dependency>

<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<commons-io.version>2.4</commons-io.version>
<xstream.version>1.4.7-jenkins-1</xstream.version>
<dom4j.version>1.6.1</dom4j.version>
<commons-lang.version>2.6</commons-lang.version>
<commons-lang.version>3.8.1</commons-lang.version>
<guava.version>17.0</guava.version>
<json-lib.version>2.4</json-lib.version>
<httpclient.version>4.3.6</httpclient.version>
Expand Down Expand Up @@ -133,8 +133,8 @@
</dependency>

<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons-lang.version}</version>
</dependency>

Expand Down

0 comments on commit b9fbcd0

Please sign in to comment.