Skip to content

Commit 8757bd6

Browse files
Bump the development-dependencies group with 3 updates (#9643)
Bumps the development-dependencies group with 3 updates: org.hsqldb:hsqldb, [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) and [com.thoughtworks.xstream:xstream](https://github.com/x-stream/xstream). Updates `org.hsqldb:hsqldb` from 2.7.3 to 2.7.4 Updates `org.hibernate.orm:hibernate-core` from 6.6.1.Final to 6.6.2.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.2/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.1...6.6.2) 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: org.hibernate.orm:hibernate-core 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 dee5c94 commit 8757bd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ ext {
7474
groovyVersion = '4.0.24'
7575
hamcrestVersion = '3.0'
7676
hazelcastVersion = '5.4.0'
77-
hibernateVersion = '6.6.1.Final'
78-
hsqldbVersion = '2.7.3'
77+
hibernateVersion = '6.6.2.Final'
78+
hsqldbVersion = '2.7.4'
7979
h2Version = '2.3.232'
8080
jacksonVersion = '2.18.1'
8181
jaxbVersion = '4.0.5'
@@ -119,7 +119,7 @@ ext {
119119
testcontainersVersion = '1.20.3'
120120
tomcatVersion = '10.1.31'
121121
xmlUnitVersion = '2.10.0'
122-
xstreamVersion = '1.4.20'
122+
xstreamVersion = '1.4.21'
123123
ztZipVersion = '1.17'
124124

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

0 commit comments

Comments
 (0)