From 8a715336f1431ce83eccd55de775c2ce9aae5449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 00:24:06 +0000 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 com.github.spotbugs. Updates `org.hibernate.orm:hibernate-core` from 6.4.8.Final to 6.4.9.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.9/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.4.8...6.4.9) Updates `com.github.spotbugs` from 6.0.15 to 6.0.17 --- 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: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 32476aa66b6..1d39ce8ae32 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ plugins { id 'org.jetbrains.dokka' version '1.9.20' id 'org.antora' version '1.0.0' id 'io.spring.antora.generate-antora-yml' version '0.0.1' - id 'com.github.spotbugs' version '6.0.15' + id 'com.github.spotbugs' version '6.0.17' } if (isCI) { @@ -72,7 +72,7 @@ ext { groovyVersion = '4.0.21' hamcrestVersion = '2.2' hazelcastVersion = '5.3.7' - hibernateVersion = '6.4.8.Final' + hibernateVersion = '6.4.9.Final' hsqldbVersion = '2.7.3' h2Version = '2.2.224' jacksonVersion = '2.15.4'