From 371d53eab6e11c271bb6c1fe145a20397e246624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 18:36:31 +0000 Subject: [PATCH] Bump org.hibernate.orm:hibernate-community-dialects Bumps [org.hibernate.orm:hibernate-community-dialects](https://github.com/hibernate/hibernate-orm) from 6.6.13.Final to 6.6.14.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.14/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.13...6.6.14) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-community-dialects dependency-version: 6.6.14.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6141129..6d3eee8 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation(group:'net.rakugakibox.spring.boot', name:'logback-access-spring-boot-starter', version:'2.11.0') - implementation group: 'org.hibernate.orm', name: 'hibernate-community-dialects', version: '6.6.13.Final' + implementation group: 'org.hibernate.orm', name: 'hibernate-community-dialects', version: '6.6.14.Final' implementation(group:'com.authy', name:'authy-java', version:'1.5.1') implementation(group:'com.twilio.sdk', name:'twilio', version:'10.8.0')