From 8e19246a220752bb0ff84e28552f9fae2d5e7097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:30:42 +0000 Subject: [PATCH] Bump the development-dependencies group across 1 directory with 2 updates (#9109) Bumps the development-dependencies group with 2 updates in the / directory: [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.4.4.Final to 6.4.8.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.8/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.4.4...6.4.8) Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.20 to 10.1.23 --- 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 0ee25f82bd..688d35452f 100644 --- a/build.gradle +++ b/build.gradle @@ -73,7 +73,7 @@ ext { groovyVersion = '4.0.21' hamcrestVersion = '2.2' hazelcastVersion = '5.4.0' - hibernateVersion = '6.4.4.Final' + hibernateVersion = '6.4.8.Final' hsqldbVersion = '2.7.2' h2Version = '2.2.224' jacksonVersion = '2.17.0' @@ -117,7 +117,7 @@ ext { springVersion = '6.1.6' springWsVersion = '4.0.10' testcontainersVersion = '1.19.7' - tomcatVersion = '10.1.20' + tomcatVersion = '10.1.23' xmlUnitVersion = '2.9.1' xstreamVersion = '1.4.20' ztZipVersion = '1.17'