From 464ed76ed15074cdeebeb86c654dd1c01ca9192a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 14:39:50 +0000 Subject: [PATCH] Bump the development-dependencies group with 3 updates Bumps the development-dependencies group with 3 updates: [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security), [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) and [io.spring.develocity.conventions](https://github.com/spring-io/develocity-conventions). Updates `org.springframework.security:spring-security-bom` from 6.4.7 to 6.4.8 - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](https://github.com/spring-projects/spring-security/compare/6.4.7...6.4.8) Updates `org.hibernate.orm:hibernate-core` from 6.6.21.Final to 6.6.22.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.22/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.21...6.6.22) Updates `io.spring.develocity.conventions` from 0.0.23 to 0.0.24 - [Release notes](https://github.com/spring-io/develocity-conventions/releases) - [Commits](https://github.com/spring-io/develocity-conventions/compare/v0.0.23...v0.0.24) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-bom dependency-version: 6.4.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 6.6.22.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: io.spring.develocity.conventions dependency-version: 0.0.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- settings.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 76e80957dba..763c7f0427d 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ ext { groovyVersion = '4.0.27' hamcrestVersion = '3.0' hazelcastVersion = '5.4.0' - hibernateVersion = '6.6.21.Final' + hibernateVersion = '6.6.22.Final' hsqldbVersion = '2.7.4' h2Version = '2.3.232' jacksonVersion = '2.18.4.1' @@ -104,7 +104,7 @@ ext { springGraphqlVersion = '1.3.6' springKafkaVersion = '3.3.7' springRetryVersion = '2.0.12' - springSecurityVersion = '6.4.7' + springSecurityVersion = '6.4.8' springVersion = '6.2.9' springWsVersion = '4.0.15' testcontainersVersion = '1.20.6' diff --git a/settings.gradle b/settings.gradle index 69be99a2f47..b17411d4c21 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { } plugins { - id 'io.spring.develocity.conventions' version '0.0.23' + id 'io.spring.develocity.conventions' version '0.0.24' id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0' }