Skip to content

Commit 263a794

Browse files
Bump the development-dependencies group with 2 updates (#9639)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0aea1f7 commit 263a794

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
@@ -74,7 +74,7 @@ ext {
7474
hamcrestVersion = '2.2'
7575
hazelcastVersion = '5.3.8'
7676
hibernateVersion = '6.4.10.Final'
77-
hsqldbVersion = '2.7.3'
77+
hsqldbVersion = '2.7.4'
7878
h2Version = '2.2.224'
7979
jacksonVersion = '2.15.4'
8080
jaxbVersion = '4.0.5'
@@ -119,7 +119,7 @@ ext {
119119
testcontainersVersion = '1.19.8'
120120
tomcatVersion = '10.1.31'
121121
xmlUnitVersion = '2.9.1'
122-
xstreamVersion = '1.4.20'
122+
xstreamVersion = '1.4.21'
123123
ztZipVersion = '1.16'
124124

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

0 commit comments

Comments
 (0)