We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee5c94 commit 8757bd6Copy full SHA for 8757bd6
build.gradle
@@ -74,8 +74,8 @@ ext {
74
groovyVersion = '4.0.24'
75
hamcrestVersion = '3.0'
76
hazelcastVersion = '5.4.0'
77
- hibernateVersion = '6.6.1.Final'
78
- hsqldbVersion = '2.7.3'
+ hibernateVersion = '6.6.2.Final'
+ hsqldbVersion = '2.7.4'
79
h2Version = '2.3.232'
80
jacksonVersion = '2.18.1'
81
jaxbVersion = '4.0.5'
@@ -119,7 +119,7 @@ ext {
119
testcontainersVersion = '1.20.3'
120
tomcatVersion = '10.1.31'
121
xmlUnitVersion = '2.10.0'
122
- xstreamVersion = '1.4.20'
+ xstreamVersion = '1.4.21'
123
ztZipVersion = '1.17'
124
125
javaProjects = subprojects - project(':spring-integration-bom')
0 commit comments