Skip to content

Commit fd23925

Browse files
committed
fix vulnerabilities for spring-web/spring-context/esapi
1 parent 6166f9c commit fd23925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

g11n-ws/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
buildscript {
55
ext {
6-
springBootVersion = '3.2.9'
6+
springBootVersion = '3.2.12'
77
}
88
repositories {
99
mavenLocal()
@@ -69,7 +69,7 @@ subprojects{
6969
hibernateJpa21Api = "1.0.2.Final"
7070
log4j2Version="2.18.0"
7171
slf4jVersion="1.7.32"
72-
esapiVersion="2.5.3.1"
72+
esapiVersion="2.6.0.0"
7373

7474
postgresqlVersion = "42.1.4"
7575
druidVersion = "1.1.8"

0 commit comments

Comments
 (0)