From 5afaaeea2014697defa7ec14e4a87ae685a37cff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:53:18 -0400 Subject: [PATCH] Bump the development-dependencies group with 2 updates 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.2.22.Final to 6.2.24.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.2.24/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.2.22...6.2.24) Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.19 to 10.1.20 --- 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 62756b4fb4..62bd9a4003 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ ext { groovyVersion = '4.0.20' hamcrestVersion = '2.2' hazelcastVersion = '5.2.5' - hibernateVersion = '6.2.22.Final' + hibernateVersion = '6.2.24.Final' hsqldbVersion = '2.7.2' h2Version = '2.2.224' jacksonVersion = '2.15.4' @@ -110,7 +110,7 @@ ext { springVersion = '6.0.18' springWsVersion = '4.0.10' testcontainersVersion = '1.19.7' - tomcatVersion = '10.1.19' + tomcatVersion = '10.1.20' xmlUnitVersion = '2.9.1' xstreamVersion = '1.4.20' ztZipVersion = '1.16'