We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6166f9c commit fd23925Copy full SHA for fd23925
g11n-ws/build.gradle
@@ -3,7 +3,7 @@
3
4
buildscript {
5
ext {
6
- springBootVersion = '3.2.9'
+ springBootVersion = '3.2.12'
7
}
8
repositories {
9
mavenLocal()
@@ -69,7 +69,7 @@ subprojects{
69
hibernateJpa21Api = "1.0.2.Final"
70
log4j2Version="2.18.0"
71
slf4jVersion="1.7.32"
72
- esapiVersion="2.5.3.1"
+ esapiVersion="2.6.0.0"
73
74
postgresqlVersion = "42.1.4"
75
druidVersion = "1.1.8"
0 commit comments