From 2cef518c3994608b7da52ace1a7125a674784b7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 05:04:14 +0000 Subject: [PATCH] chore(deps): bump com.icegreen:greenmail from 2.1.8 to 2.1.9 Bumps [com.icegreen:greenmail](https://github.com/greenmail-mail-test/greenmail) from 2.1.8 to 2.1.9. - [Release notes](https://github.com/greenmail-mail-test/greenmail/releases) - [Commits](https://github.com/greenmail-mail-test/greenmail/compare/release-2.1.8...release-2.1.9) --- updated-dependencies: - dependency-name: com.icegreen:greenmail dependency-version: 2.1.9 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 c9b5680e..ff5434e0 100644 --- a/build.gradle +++ b/build.gradle @@ -97,7 +97,7 @@ dependencies { testImplementation 'com.tngtech.archunit:archunit-junit5:1.4.2' testImplementation 'org.assertj:assertj-core:3.27.7' testImplementation 'io.rest-assured:rest-assured:6.0.0' - testImplementation 'com.icegreen:greenmail:2.1.8' + testImplementation 'com.icegreen:greenmail:2.1.9' testImplementation 'org.awaitility:awaitility:4.3.0' }