From 5d24a4b4bb740fd862ae4ff5946ab0acc3098487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 00:23:59 +0000 Subject: [PATCH] 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] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6a57a6e9588..b8df17d01b7 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,7 @@ ext { hamcrestVersion = '2.2' hazelcastVersion = '5.4.0' hibernateVersion = '6.4.10.Final' - hsqldbVersion = '2.7.3' + hsqldbVersion = '2.7.4' h2Version = '2.2.224' jacksonVersion = '2.17.3' jaxbVersion = '4.0.5' @@ -120,7 +120,7 @@ ext { testcontainersVersion = '1.19.8' tomcatVersion = '10.1.31' xmlUnitVersion = '2.9.1' - xstreamVersion = '1.4.20' + xstreamVersion = '1.4.21' ztZipVersion = '1.17' javaProjects = subprojects - project(':spring-integration-bom')