Skip to content

Commit 5d24a4b

Browse files
Bump the development-dependencies group with 2 updates
Bumps the development-dependencies group with 2 updates: org.hsqldb:hsqldb and [com.thoughtworks.xstream:xstream](https://github.com/x-stream/xstream). Updates `org.hsqldb:hsqldb` from 2.7.3 to 2.7.4 Updates `com.thoughtworks.xstream:xstream` from 1.4.20 to 1.4.21 - [Release notes](https://github.com/x-stream/xstream/releases) - [Commits](https://github.com/x-stream/xstream/commits) --- updated-dependencies: - dependency-name: org.hsqldb:hsqldb dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: com.thoughtworks.xstream:xstream dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 22161b6 commit 5d24a4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ ext {
7575
hamcrestVersion = '2.2'
7676
hazelcastVersion = '5.4.0'
7777
hibernateVersion = '6.4.10.Final'
78-
hsqldbVersion = '2.7.3'
78+
hsqldbVersion = '2.7.4'
7979
h2Version = '2.2.224'
8080
jacksonVersion = '2.17.3'
8181
jaxbVersion = '4.0.5'
@@ -120,7 +120,7 @@ ext {
120120
testcontainersVersion = '1.19.8'
121121
tomcatVersion = '10.1.31'
122122
xmlUnitVersion = '2.9.1'
123-
xstreamVersion = '1.4.20'
123+
xstreamVersion = '1.4.21'
124124
ztZipVersion = '1.17'
125125

126126
javaProjects = subprojects - project(':spring-integration-bom')

0 commit comments

Comments
 (0)