From 38b616d74f34f7b89dbc52b2f621423ac42aab13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:24:10 +0000 Subject: [PATCH] Bump org.hibernate.orm:hibernate-core from 6.2.3.Final to 6.6.1.Final Bumps [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) from 6.2.3.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.2.3...6.6.1) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9771b3b..e24570b 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.2' implementation 'org.springframework.boot:spring-boot-starter-data-jpa' - implementation 'org.hibernate.orm:hibernate-core:6.2.3.Final' + implementation 'org.hibernate.orm:hibernate-core:6.6.1.Final' implementation 'org.springframework.boot:spring-boot-starter-validation' runtimeOnly 'com.mysql:mysql-connector-j' compileOnly 'org.projectlombok:lombok'