Skip to content

Commit

Permalink
#53 XRAYJENKINS-132 Bump version dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Braz committed Dec 13, 2021
1 parent 0a84ce0 commit ec9b301
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>3.43</version>
<version>4.31</version>
<relativePath />
</parent>

Expand All @@ -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>

Expand All @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit ec9b301

Please sign in to comment.