Skip to content

Commit e839cbe

Browse files
author
Greg Meyer
authored
Merge pull request #2 from DirectProjectJavaRI/develop
Develop
2 parents 5bff400 + d2d4b12 commit e839cbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.springframework.boot</groupId>
2121
<artifactId>spring-boot-starter-parent</artifactId>
22-
<version>2.1.1.RELEASE</version>
22+
<version>2.1.2.RELEASE</version>
2323
<relativePath />
2424
</parent>
2525
<developers>
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>org.springframework.boot</groupId>
6363
<artifactId>spring-boot-dependencies</artifactId>
64-
<version>2.1.1.RELEASE</version>
64+
<version>2.1.2.RELEASE</version>
6565
<type>pom</type>
6666
<scope>import</scope>
6767
</dependency>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>org.springframework.cloud</groupId>
7777
<artifactId>spring-cloud-starter-parent</artifactId>
78-
<version>Greenwich.M3</version>
78+
<version>Greenwich.RC1</version>
7979
<type>pom</type>
8080
<scope>import</scope>
8181
</dependency>

0 commit comments

Comments
 (0)