From f348dec23c8e0a9210add3f6a91fa488f4277198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 22:19:41 +0000 Subject: [PATCH] deps(deps): bump com.icegreen:greenmail from 2.0.1 to 2.1.8 Bumps [com.icegreen:greenmail](https://github.com/greenmail-mail-test/greenmail) from 2.0.1 to 2.1.8. - [Release notes](https://github.com/greenmail-mail-test/greenmail/releases) - [Commits](https://github.com/greenmail-mail-test/greenmail/compare/release-2.0.1...release-2.1.8) --- updated-dependencies: - dependency-name: com.icegreen:greenmail dependency-version: 2.1.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index cfe0dce..27d9553 100644 --- a/build.gradle +++ b/build.gradle @@ -69,8 +69,8 @@ dependencies { testImplementation 'org.wiremock:wiremock-standalone:3.13.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' - testImplementation 'com.icegreen:greenmail:2.0.1' - testImplementation 'com.icegreen:greenmail-junit5:2.0.1' + testImplementation 'com.icegreen:greenmail:2.1.8' + testImplementation 'com.icegreen:greenmail-junit5:2.1.8' }