Skip to content

Commit f0ba098

Browse files
Bump the development-dependencies group with 2 updates (#10592)
Bumps the development-dependencies group with 2 updates: [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) and [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm). Updates `org.springframework.security:spring-security-bom` from 7.0.0-SNAPSHOT to 7.0.1-SNAPSHOT - [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/commits) Updates `org.hibernate.orm:hibernate-core` from 7.1.7.Final to 7.1.8.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.8/changelog.txt) - [Commits](hibernate/hibernate-orm@7.1.7...7.1.8) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.1-SNAPSHOT dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.1.8.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 14f72bd commit f0ba098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ext {
6464
groovyVersion = '5.0.2'
6565
hamcrestVersion = '3.0'
6666
hazelcastVersion = '5.6.0'
67-
hibernateVersion = '7.1.7.Final'
67+
hibernateVersion = '7.1.8.Final'
6868
hsqldbVersion = '2.7.4'
6969
h2Version = '2.4.240'
7070
jacksonVersion = '2.20.1'
@@ -104,7 +104,7 @@ ext {
104104
springDataVersion = '2025.1.0-SNAPSHOT'
105105
springGraphqlVersion = '2.0.0-SNAPSHOT'
106106
springKafkaVersion = '4.0.0-SNAPSHOT'
107-
springSecurityVersion = '7.0.0-SNAPSHOT'
107+
springSecurityVersion = '7.0.1-SNAPSHOT'
108108
springVersion = '7.0.0-SNAPSHOT'
109109
springWsVersion = '5.0.0-SNAPSHOT'
110110
testcontainersVersion = '2.0.2'

0 commit comments

Comments
 (0)