Skip to content

Commit 33eb7e4

Browse files
author
gm2552
committed
Updating to SpringBoot 2.1.1
1 parent 61bc22d commit 33eb7e4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.springframework.boot</groupId>
2222
<artifactId>spring-boot-starter-parent</artifactId>
23-
<version>2.1.0.RELEASE</version>
23+
<version>2.1.1.RELEASE</version>
2424
<relativePath />
2525
</parent>
2626
<developers>
@@ -56,14 +56,14 @@
5656
<dependency>
5757
<groupId>org.springframework.boot</groupId>
5858
<artifactId>spring-boot-dependencies</artifactId>
59-
<version>2.1.0.RELEASE</version>
59+
<version>2.1.1.RELEASE</version>
6060
<type>pom</type>
6161
<scope>import</scope>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.springframework.cloud</groupId>
6565
<artifactId>spring-cloud-starter-parent</artifactId>
66-
<version>Greenwich.M2</version>
66+
<version>Greenwich.M3</version>
6767
<type>pom</type>
6868
<scope>import</scope>
6969
</dependency>

0 commit comments

Comments
 (0)