From f43c8d22ba9036d54765f891e1057b9b00aafa2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:59:21 +0000 Subject: [PATCH] Bump com.icegreen:greenmail (#98) Bumps the development-dependencies group with 1 update in the /supplier/spring-mail-supplier directory: [com.icegreen:greenmail](https://github.com/greenmail-mail-test/greenmail). Updates `com.icegreen:greenmail` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/greenmail-mail-test/greenmail/releases) - [Commits](https://github.com/greenmail-mail-test/greenmail/compare/release-2.1.0...release-2.1.1) --- updated-dependencies: - dependency-name: com.icegreen:greenmail dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- supplier/spring-mail-supplier/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supplier/spring-mail-supplier/build.gradle b/supplier/spring-mail-supplier/build.gradle index 70da67a8..9c374b1c 100644 --- a/supplier/spring-mail-supplier/build.gradle +++ b/supplier/spring-mail-supplier/build.gradle @@ -2,5 +2,5 @@ dependencies { api 'org.springframework.integration:spring-integration-mail' api 'org.springframework.boot:spring-boot-starter-mail' - testImplementation 'com.icegreen:greenmail:2.1.0' + testImplementation 'com.icegreen:greenmail:2.1.1' }