Skip to content

Commit 5846dbc

Browse files
Bump the development-dependencies group across 1 directory with 3 updates
Bumps the development-dependencies group with 3 updates in the / directory: [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java), [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.testcontainers:testcontainers-bom` from 2.0.4 to 2.0.5 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@2.0.4...2.0.5) Updates `org.springframework.security:spring-security-bom` from 7.0.4 to 7.0.5 - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](spring-projects/spring-security@7.0.4...7.0.5) Updates `org.hibernate.orm:hibernate-core` from 7.1.23.Final to 7.1.24.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.24/changelog.txt) - [Commits](hibernate/hibernate-orm@7.1.23...7.1.24) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.5 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.24.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 48a2786 commit 5846dbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ext {
6464
groovyVersion = '5.0.5'
6565
hamcrestVersion = '3.0'
6666
hazelcastVersion = '5.6.0'
67-
hibernateVersion = '7.1.23.Final'
67+
hibernateVersion = '7.1.24.Final'
6868
hsqldbVersion = '2.7.4'
6969
h2Version = '2.4.240'
7070
jacksonVersion = '2.20.2'
@@ -104,10 +104,10 @@ ext {
104104
springDataVersion = '2025.1.5'
105105
springGraphqlVersion = '2.0.2'
106106
springKafkaVersion = '4.0.4'
107-
springSecurityVersion = '7.0.4'
107+
springSecurityVersion = '7.0.5'
108108
springVersion = '7.0.6'
109109
springWsVersion = '5.0.1'
110-
testcontainersVersion = '2.0.4'
110+
testcontainersVersion = '2.0.5'
111111
tomcatVersion = '11.0.21'
112112
xmlUnitVersion = '2.11.0'
113113
xstreamVersion = '1.4.21'

0 commit comments

Comments
 (0)