From 85101bf614224c4c8410a34480346ca1b39f0c5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 16:45:49 +0000 Subject: [PATCH] Bump the development-dependencies group with 3 updates 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 1.21.3 to 1.21.4 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.21.3...1.21.4) Updates `org.hibernate.orm:hibernate-core` from 6.6.38.Final to 6.6.39.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.39/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.38...6.6.39) Updates `com.icegreen:greenmail` from 2.1.7 to 2.1.8 - [Release notes](https://github.com/greenmail-mail-test/greenmail/releases) - [Commits](https://github.com/greenmail-mail-test/greenmail/compare/release-2.1.7...release-2.1.8) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 1.21.4 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.39.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] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 98ff33bda6..16c663a840 100644 --- a/build.gradle +++ b/build.gradle @@ -61,11 +61,11 @@ ext { derbyVersion = '10.16.1.1' ftpServerVersion = '1.2.1' graalvmVersion = '24.2.2' - greenmailVersion = '2.1.7' + greenmailVersion = '2.1.8' groovyVersion = '4.0.29' hamcrestVersion = '3.0' hazelcastVersion = '5.5.0' - hibernateVersion = '6.6.38.Final' + hibernateVersion = '6.6.39.Final' hsqldbVersion = '2.7.4' h2Version = '2.3.232' jacksonVersion = '2.19.4' @@ -107,7 +107,7 @@ ext { springSecurityVersion = '6.5.7' springVersion = '6.2.15' springWsVersion = '4.1.2' - testcontainersVersion = '1.21.3' + testcontainersVersion = '1.21.4' tomcatVersion = '11.0.15' xmlUnitVersion = '2.10.4' xstreamVersion = '1.4.21'