Skip to content

Commit dd9d520

Browse files
committed
Update Spring Boot version
1 parent 594a9b3 commit dd9d520

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
<name>springboot-rabbitmq</name>
1212
<description>Demo project for Spring Boot 2 and RabbitMQ</description>
1313

14+
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent -->
1415
<parent>
1516
<groupId>org.springframework.boot</groupId>
1617
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.0.5.RELEASE</version>
18+
<version>2.1.0.RELEASE</version>
1819
<relativePath/> <!-- lookup parent from repository -->
1920
</parent>
2021

0 commit comments

Comments
 (0)