File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,27 +48,27 @@ subprojects{
4848 ext {
4949 projectVersion = ' 0.0.1-SNAPSHOT'
5050 httpclient= ' 4.5.13'
51- jacksonVersion = ' 2.18.6 '
51+ jacksonVersion = ' 2.18.7 '
5252 springdocVersion= ' 2.8.8'
5353 tomcatVersion= ' 10.1.55'
5454 springWebMvcVersion= ' 6.2.18'
5555
56- ehCacheVersion = ' 3.10.8 '
56+ ehCacheVersion = ' 3.10.9 '
5757 cacheApiVersion= ' 1.1.1'
5858 hsqlVersion = ' 2.3.3'
5959 junitVersion = ' 4.13.2'
6060 jsonSimpleVersion = ' 1.1.1'
6161 commonsCollectionsVersion = ' 3.2.2'
6262 commonsLangVersion = ' 3.19.0'
63- commonsIoVersion = ' 2.17 .0'
64- commonsCodecVersion= ' 1.15 '
63+ commonsIoVersion = ' 2.18 .0'
64+ commonsCodecVersion= ' 1.18.0 '
6565
6666 guavaVersion= " 32.1.2-jre"
67- snakeyam= " 2.0 "
67+ snakeyam= " 2.6 "
6868 jjwtVersion= " 0.9.1"
6969 hibernateJpa21Api = " 1.0.2.Final"
7070 log4j2Version= " 2.25.4"
71- slf4jVersion= " 1.7.32 "
71+ slf4jVersion= " 2.0.18 "
7272 esapiVersion= " 2.6.2.0"
7373
7474 postgresqlVersion = " 42.1.4"
@@ -100,6 +100,7 @@ subprojects{
100100 entry ' log4j-web'
101101 entry ' log4j-layout-template-json'
102102 }
103+ dependency " org.slf4j:slf4j-api:$slf4jVersion "
103104 }
104105 }
105106 }
You can’t perform that action at this time.
0 commit comments