Upgrade to Spring Boot 2.5.7 and Log4j 2.15.0.

This commit is contained in:
Greg L. Turnquist
2021-12-13 10:15:49 -06:00
parent f7121c2bf8
commit 2787bf67da
14 changed files with 40 additions and 56 deletions

14
pom.xml
View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.1.RELEASE</version>
<version>2.5.7</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@@ -69,15 +69,13 @@
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>