udpate Spring to 3.3.2
This commit is contained in:
12
build.gradle
12
build.gradle
@@ -13,18 +13,18 @@ ext {
|
|||||||
javaVersion=21
|
javaVersion=21
|
||||||
|
|
||||||
version_log4j2= '2.20.0' // keep in sync with spring-boot-starter-log4j2
|
version_log4j2= '2.20.0' // keep in sync with spring-boot-starter-log4j2
|
||||||
version_spring = '3.1.4'
|
version_spring = '3.3.2'
|
||||||
version_junit = '5.10.0'
|
version_junit = '5.10.3'
|
||||||
version_junit_platform = '1.10.0'
|
version_junit_platform = '1.10.3'
|
||||||
version_nodejs = '18.18.0' // keep in sync with npm
|
version_nodejs = '18.18.0' // keep in sync with npm
|
||||||
version_npm = '9.8.1' // keep in sync with nodejs
|
version_npm = '9.8.1' // keep in sync with nodejs
|
||||||
|
|
||||||
lib_antlr = "org.antlr:antlr4:4.13.1"
|
lib_antlr = "org.antlr:antlr4:4.13.1"
|
||||||
|
|
||||||
lib_commons_collections4 = 'org.apache.commons:commons-collections4:4.4'
|
lib_commons_collections4 = 'org.apache.commons:commons-collections4:4.4'
|
||||||
lib_commons_csv= 'org.apache.commons:commons-csv:1.10.0'
|
lib_commons_csv= 'org.apache.commons:commons-csv:1.11.0'
|
||||||
lib_commons_lang3 = 'org.apache.commons:commons-lang3:3.13.0'
|
lib_commons_lang3 = 'org.apache.commons:commons-lang3:3.15.0'
|
||||||
lib_jackson_databind = 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
|
lib_jackson_databind = 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
|
||||||
|
|
||||||
lib_log4j2_core = "org.apache.logging.log4j:log4j-core:${version_log4j2}"
|
lib_log4j2_core = "org.apache.logging.log4j:log4j-core:${version_log4j2}"
|
||||||
lib_log4j2_slf4j_impl = "org.apache.logging.log4j:log4j-slf4j-impl:${version_log4j2}"
|
lib_log4j2_slf4j_impl = "org.apache.logging.log4j:log4j-slf4j-impl:${version_log4j2}"
|
||||||
|
|||||||
Reference in New Issue
Block a user