BAEL-19692: Update the Spring Boot to 2.2.1

This commit is contained in:
Krzysiek 2019-11-24 20:19:13 +01:00
parent 9f25b72ca4
commit 325ce6b49c

View File

@ -12,7 +12,7 @@
<parent> <parent>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<version>2.0.5.RELEASE</version> <version>2.2.1.RELEASE</version>
</parent> </parent>
<dependencies> <dependencies>