upgrade to latest spring-boot libs and fixed related issues

This commit is contained in:
Zubcevic.com
2021-12-16 15:41:39 +01:00
committed by Nanne Baars
parent 44f70ce4dc
commit cb6b1d73d1
5 changed files with 25 additions and 3 deletions

View File

@ -51,6 +51,16 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>