Skip to content

Commit 45a519d

Browse files
Bump the development-dependencies group with 3 updates (#10653)
Bumps the development-dependencies group with 3 updates: [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java), [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) and [com.icegreen:greenmail](https://github.com/greenmail-mail-test/greenmail). Updates `org.testcontainers:testcontainers-bom` from 2.0.2 to 2.0.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@2.0.2...2.0.3) Updates `org.hibernate.orm:hibernate-core` from 7.1.11.Final to 7.1.12.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.12/changelog.txt) - [Commits](hibernate/hibernate-orm@7.1.11...7.1.12) Updates `com.icegreen:greenmail` from 2.1.7 to 2.1.8 - [Release notes](https://github.com/greenmail-mail-test/greenmail/releases) - [Commits](greenmail-mail-test/greenmail@release-2.1.7...release-2.1.8) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 2.0.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.1.12.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: com.icegreen:greenmail dependency-version: 2.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea7a8e7 commit 45a519d

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
@@ -60,11 +60,11 @@ ext {
6060
derbyVersion = '10.16.1.1'
6161
ftpServerVersion = '1.2.1'
6262
graalvmVersion = '25.0.1'
63-
greenmailVersion = '2.1.7'
63+
greenmailVersion = '2.1.8'
6464
groovyVersion = '5.0.3'
6565
hamcrestVersion = '3.0'
6666
hazelcastVersion = '5.6.0'
67-
hibernateVersion = '7.1.11.Final'
67+
hibernateVersion = '7.1.12.Final'
6868
hsqldbVersion = '2.7.4'
6969
h2Version = '2.4.240'
7070
jacksonVersion = '2.20.1'
@@ -107,7 +107,7 @@ ext {
107107
springSecurityVersion = '7.0.2'
108108
springVersion = '7.0.2'
109109
springWsVersion = '5.0.0'
110-
testcontainersVersion = '2.0.2'
110+
testcontainersVersion = '2.0.3'
111111
tomcatVersion = '11.0.15'
112112
xmlUnitVersion = '2.11.0'
113113
xstreamVersion = '1.4.21'

0 commit comments

Comments
 (0)