Skip to content

Commit

Permalink
tech: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nissimshitrit committed Jul 18, 2022
1 parent a159dd5 commit bb442be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>teamcity-ci-plugin-suite</artifactId>
<groupId>com.hpe.adm.octane.ciplugins</groupId>
<version>1.4.4-SNAPSHOT</version>
<version>1.4.6-SNAPSHOT</version>
</parent>

<artifactId>teamcity-ci-plugin-build</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>teamcity-ci-plugin-suite</artifactId>
<groupId>com.hpe.adm.octane.ciplugins</groupId>
<version>1.4.4-SNAPSHOT</version>
<version>1.4.6-SNAPSHOT</version>
</parent>

<properties>
Expand Down Expand Up @@ -73,13 +73,13 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>RELEASE</version>
<version>5.3.22</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>4.1.2.RELEASE</version>
<version>5.3.22</version>
<scope>provided</scope>
</dependency>
<!--end: spring dependencies-->
Expand All @@ -89,7 +89,7 @@
<dependency>
<artifactId>integrations-sdk</artifactId>
<groupId>com.hpe.adm.octane.ciplugins</groupId>
<version>2.7.4.4</version>
<version>2.7.5.0</version>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.hpe.adm.octane.ciplugins</groupId>
<artifactId>teamcity-ci-plugin-suite</artifactId>
<version>1.4.4-SNAPSHOT</version>
<version>1.4.6-SNAPSHOT</version>
<packaging>pom</packaging>

<name>ALM Octane teamcity plugin suite</name>
Expand Down Expand Up @@ -64,7 +64,7 @@
<repositories>
<repository>
<id>JetBrains</id>
<url>http://repository.jetbrains.com/all</url>
<url>https://download.jetbrains.com/teamcity-repository</url>
</repository>
<repository>
<id>oss.sonatype.org</id>
Expand Down

0 comments on commit bb442be

Please sign in to comment.