update spring-boot to 2.3.1

This commit is contained in:
2020-06-21 08:43:42 +02:00
parent 822d4ab9dd
commit b11018c7be

View File

@@ -22,8 +22,8 @@ ext {
javaVersion=12 javaVersion=12
version_log4j2= '2.12.1' // keep in sync with spring-boot-starter-log4j2 version_log4j2= '2.13.3' // keep in sync with spring-boot-starter-log4j2
version_spring = '2.2.6.RELEASE' version_spring = '2.3.1.RELEASE'
version_junit = '5.6.1' version_junit = '5.6.1'
version_junit_platform = '1.6.1' version_junit_platform = '1.6.1'