update SpringBoot to 2.5.4

This commit is contained in:
2021-08-25 19:06:53 +02:00
parent f2833bccdc
commit d585093ffe

View File

@@ -13,7 +13,7 @@ ext {
javaVersion=16 javaVersion=16
version_log4j2= '2.14.1' // keep in sync with spring-boot-starter-log4j2 version_log4j2= '2.14.1' // keep in sync with spring-boot-starter-log4j2
version_spring = '2.5.3' version_spring = '2.5.4'
version_junit = '5.7.2' version_junit = '5.7.2'
version_junit_platform = '1.7.2' version_junit_platform = '1.7.2'
version_nodejs = '14.17.3' // keep in sync with npm version_nodejs = '14.17.3' // keep in sync with npm
@@ -66,7 +66,7 @@ subprojects {
tests tests
} }
// the repositories for external depenencies // the repositories for external dependencies
repositories { repositories {
mavenLocal() mavenLocal()
maven { maven {