From aee27c2c0fba7dc38761041d882f4de80e72e4b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:21:21 -0500 Subject: [PATCH] Bump com.icegreen:greenmail 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.1 to 2.1.2 - [Release notes](https://github.com/greenmail-mail-test/greenmail/releases) - [Commits](https://github.com/greenmail-mail-test/greenmail/compare/release-2.1.1...release-2.1.2) --- 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 9c374b1c..00d229c2 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.1' + testImplementation 'com.icegreen:greenmail:2.1.2' }