Upgrade to Spring Boot 2.4.3.

This commit is contained in:
Oliver Drotbohm
2021-03-16 17:15:48 +01:00
committed by Oliver Drotbohm
parent 53dc64ecb4
commit 366cb852ce

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.0</version>
<version>2.4.3</version>
</parent>
<modules>
@@ -273,7 +273,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
@@ -285,7 +285,7 @@
<scope>test</scope>
</dependency>
</dependencies>
<repositories>