From de25275c1710142c82614eaf472082a9a92bc13f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 05:33:41 +0000 Subject: [PATCH] Bump com.icegreen:greenmail from 2.1.5 to 2.1.6 Bumps [com.icegreen:greenmail](https://github.com/greenmail-mail-test/greenmail) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/greenmail-mail-test/greenmail/releases) - [Commits](https://github.com/greenmail-mail-test/greenmail/compare/release-2.1.5...release-2.1.6) --- updated-dependencies: - dependency-name: com.icegreen:greenmail dependency-version: 2.1.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7b9e2cd..61ce03b 100644 --- a/build.gradle +++ b/build.gradle @@ -85,7 +85,7 @@ dependencies { testImplementation 'com.tngtech.archunit:archunit-junit5:1.4.1' testImplementation 'org.assertj:assertj-core:3.27.5' testImplementation 'io.rest-assured:rest-assured:5.5.6' - testImplementation 'com.icegreen:greenmail:2.1.5' + testImplementation 'com.icegreen:greenmail:2.1.6' testImplementation 'org.awaitility:awaitility:4.3.0' }