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 ef8ad13 commit a3f2b16Copy full SHA for a3f2b16
build.gradle
@@ -74,7 +74,7 @@ ext {
74
hamcrestVersion = '2.2'
75
hazelcastVersion = '5.3.8'
76
hibernateVersion = '6.4.10.Final'
77
- hsqldbVersion = '2.7.3'
+ hsqldbVersion = '2.7.4'
78
h2Version = '2.2.224'
79
jacksonVersion = '2.15.4'
80
jaxbVersion = '4.0.5'
@@ -119,7 +119,7 @@ ext {
119
testcontainersVersion = '1.19.8'
120
tomcatVersion = '10.1.31'
121
xmlUnitVersion = '2.9.1'
122
- xstreamVersion = '1.4.20'
+ xstreamVersion = '1.4.21'
123
ztZipVersion = '1.16'
124
125
javaProjects = subprojects - project(':spring-integration-bom')
0 commit comments