Skip to content

Commit 49e111d

Browse files
Bump the development-dependencies group with 2 updates (#10175)
Bumps the development-dependencies group with 2 updates: [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) and [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm). Updates `org.testcontainers:testcontainers-bom` from 1.21.2 to 1.21.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.21.2...1.21.3) Updates `org.hibernate.orm:hibernate-core` from 7.0.3.Final to 7.0.4.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/commits) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 1.21.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.0.4.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 a0e63fb commit 49e111d

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
@@ -66,7 +66,7 @@ ext {
6666
groovyVersion = '4.0.27'
6767
hamcrestVersion = '3.0'
6868
hazelcastVersion = '5.5.0'
69-
hibernateVersion = '7.0.3.Final'
69+
hibernateVersion = '7.0.4.Final'
7070
hsqldbVersion = '2.7.4'
7171
h2Version = '2.3.232'
7272
jacksonVersion = '2.19.1'
@@ -109,7 +109,7 @@ ext {
109109
springSecurityVersion = '7.0.0-SNAPSHOT'
110110
springVersion = '7.0.0-SNAPSHOT'
111111
springWsVersion = '5.0.0-SNAPSHOT'
112-
testcontainersVersion = '1.21.2'
112+
testcontainersVersion = '1.21.3'
113113
tomcatVersion = '11.0.8'
114114
xmlUnitVersion = '2.10.3'
115115
xstreamVersion = '1.4.21'

0 commit comments

Comments
 (0)