Skip to content

Commit

Permalink
Bump the development-dependencies group with 2 updates (#9636)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 10, 2024
1 parent 22161b6 commit 7fee683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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')
Expand Down

0 comments on commit 7fee683

Please sign in to comment.