Merge pull request #8243 from kwoyke/BAEL-19692

BAEL-19692: Update the Spring Boot to 2.2.1
This commit is contained in:
Loredana Crusoveanu 2019-11-25 23:49:50 +02:00 committed by GitHub
commit 9aa2ac3ba3
1 changed files with 1 additions and 1 deletions

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>