forked from xpandit/xrayjenkins
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#53 XRAYJENKINS-132 Bump version dependencies
- Loading branch information
Hugo Braz
committed
Dec 13, 2021
1 parent
0a84ce0
commit ec9b301
Showing
1 changed file
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<parent> | ||
<groupId>org.jenkins-ci.plugins</groupId> | ||
<artifactId>plugin</artifactId> | ||
<version>3.43</version> | ||
<version>4.31</version> | ||
<relativePath /> | ||
</parent> | ||
|
||
|
@@ -28,7 +28,7 @@ | |
<licenses> | ||
<license> | ||
<name>MIT License</name> | ||
<url>http://opensource.org/licenses/MIT</url> | ||
<url>https://opensource.org/licenses/MIT</url> | ||
</license> | ||
</licenses> | ||
|
||
|
@@ -43,15 +43,15 @@ | |
<scm> | ||
<connection>scm:git:ssh://[email protected]/jenkinsci/${project.artifactId}-plugin.git</connection> | ||
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection> | ||
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url> | ||
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url> | ||
<tag>xray-connector-2.5.0</tag> | ||
</scm> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>com.xpandit.xray</groupId> | ||
<artifactId>client-core</artifactId> | ||
<version>2.5.0.3</version> | ||
<version>2.5.2.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.jenkins-ci.main</groupId> | ||
|
@@ -78,7 +78,13 @@ | |
<dependency> | ||
<groupId>org.apache.commons</groupId> | ||
<artifactId>commons-lang3</artifactId> | ||
<version>3.7</version> | ||
<version>3.12.0</version> | ||
</dependency> | ||
<!-- https://mvnrepository.com/artifact/commons-io/commons-io --> | ||
<dependency> | ||
<groupId>commons-io</groupId> | ||
<artifactId>commons-io</artifactId> | ||
<version>2.11.0</version> | ||
</dependency> | ||
<!-- https://mvnrepository.com/artifact/org.json/json --> | ||
<dependency> | ||
|
@@ -159,7 +165,7 @@ | |
<dependency> | ||
<groupId>commons-net</groupId> | ||
<artifactId>commons-net</artifactId> | ||
<version>3.6</version> | ||
<version>3.8.0</version> | ||
</dependency> | ||
</dependencies> | ||
</dependencyManagement> | ||
|