From c45fa9fceb3adf45fdbb78915968967541e07b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 05:11:45 +0000 Subject: [PATCH] Bump com.icegreen:greenmail from 2.1.6 to 2.1.7 Bumps [com.icegreen:greenmail](https://github.com/greenmail-mail-test/greenmail) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/greenmail-mail-test/greenmail/releases) - [Commits](https://github.com/greenmail-mail-test/greenmail/compare/release-2.1.6...release-2.1.7) --- updated-dependencies: - dependency-name: com.icegreen:greenmail dependency-version: 2.1.7 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 d27fe2d..6ace28e 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.6' testImplementation 'io.rest-assured:rest-assured:5.5.6' - testImplementation 'com.icegreen:greenmail:2.1.6' + testImplementation 'com.icegreen:greenmail:2.1.7' testImplementation 'org.awaitility:awaitility:4.3.0' }