From 5aefd9350fc65ea39d65b00c264cecaf2a29c0e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 12:31:37 +0000 Subject: [PATCH] Bump com.icegreen:greenmail from 2.0.0 to 2.1.4 Bumps [com.icegreen:greenmail](https://github.com/greenmail-mail-test/greenmail) from 2.0.0 to 2.1.4. - [Release notes](https://github.com/greenmail-mail-test/greenmail/releases) - [Commits](https://github.com/greenmail-mail-test/greenmail/compare/release-2.0.0...release-2.1.4) --- updated-dependencies: - dependency-name: com.icegreen:greenmail dependency-version: 2.1.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d370fa2..7bdc967 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ dependencies { testImplementation 'com.tngtech.archunit:archunit-junit5:1.4.1' testImplementation 'org.assertj:assertj-core:3.27.3' testImplementation 'io.rest-assured:rest-assured:5.5.5' - testImplementation 'com.icegreen:greenmail:2.0.0' + testImplementation 'com.icegreen:greenmail:2.1.4' testImplementation 'org.awaitility:awaitility:4.3.0' }