Skip to content

Commit

Permalink
pushed for 3.1.30(37)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDigitalEagle committed Oct 18, 2022
1 parent 7d7e4d2 commit 3f1b29a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.7.RELEASE</version>
<version>2.5.14</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.starkandwayne</groupId>
<artifactId>spring-cloud-config-server</artifactId>
<version>1.0.9-GSR3</version>
<version>1.1.0-2.5.14 (SCS 3.1.37)</version>
<name>spring-cloud-config-server</name>
<description>Stark &amp; Wayne Spring Cloud Congfig Server based on Greenwich SR3</description>
<description>Stark &amp; Wayne Spring Cloud Congfig Server based on 2.5.14 (SCS 3.1.37)</description>
<properties>
<java.version>1.8</java.version>
<spring-cloud.version>Greenwich.SR3</spring-cloud.version>
<spring-cloud.version>2020.0.4</spring-cloud.version>
</properties>
<dependencies>
<dependency>
Expand All @@ -25,12 +25,12 @@
<dependency>
<groupId>org.springframework.credhub</groupId>
<artifactId>spring-credhub-starter</artifactId>
<version>2.1.1.RELEASE</version>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
<version>2.3.10.RELEASE</version>
<version>2.5.14</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
Expand Down

0 comments on commit 3f1b29a

Please sign in to comment.