From 061d4817bab7a4d15eef25104dff2188f2a55dbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:29:16 +0000 Subject: [PATCH] Bump com.icegreen:greenmail from 2.1.4 to 2.1.5 Bumps [com.icegreen:greenmail](https://github.com/greenmail-mail-test/greenmail) from 2.1.4 to 2.1.5. - [Release notes](https://github.com/greenmail-mail-test/greenmail/releases) - [Commits](https://github.com/greenmail-mail-test/greenmail/compare/release-2.1.4...release-2.1.5) --- updated-dependencies: - dependency-name: com.icegreen:greenmail dependency-version: 2.1.5 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 8859467..ab72199 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.4' testImplementation 'io.rest-assured:rest-assured:5.5.5' - testImplementation 'com.icegreen:greenmail:2.1.4' + testImplementation 'com.icegreen:greenmail:2.1.5' testImplementation 'org.awaitility:awaitility:4.3.0' }