From 0c272c61cdb6b92d0cb4f3a25f27a66f2be7010e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 20:58:18 +0000 Subject: [PATCH] Bump the development-dependencies group with 2 updates (#9487) Bumps the development-dependencies group with 2 updates: [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) and org.apache.tomcat.embed:tomcat-embed-websocket. Updates `org.hibernate.orm:hibernate-core` from 6.6.0.Final to 6.6.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.1/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.0...6.6.1) Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.29 to 10.1.30 --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 84e71f2eb6..6bef471027 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ ext { groovyVersion = '4.0.23' hamcrestVersion = '2.2' hazelcastVersion = '5.4.0' - hibernateVersion = '6.6.0.Final' + hibernateVersion = '6.6.1.Final' hsqldbVersion = '2.7.3' h2Version = '2.3.232' jacksonVersion = '2.17.2' @@ -118,7 +118,7 @@ ext { springVersion = '6.2.0-SNAPSHOT' springWsVersion = '4.0.11' testcontainersVersion = '1.20.1' - tomcatVersion = '10.1.29' + tomcatVersion = '10.1.30' xmlUnitVersion = '2.10.0' xstreamVersion = '1.4.20' ztZipVersion = '1.17'