Skip to content

Commit d2d4b12

Browse files
author
gm2552
committed
Updating spring boot to 2.1.2.
1 parent 27bd15d commit d2d4b12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 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>

0 commit comments

Comments
 (0)