From 14bdf7edcea1e4632ab767f5f362e716294448ac Mon Sep 17 00:00:00 2001 From: Rachana Dani <36135368+rachana-dani@users.noreply.github.com> Date: Fri, 20 Oct 2023 12:13:29 +0530 Subject: [PATCH] Update to stable version Signed-off-by: rdani --- notifications/core/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/notifications/core/build.gradle b/notifications/core/build.gradle index 150772e0..50c3677b 100644 --- a/notifications/core/build.gradle +++ b/notifications/core/build.gradle @@ -162,9 +162,7 @@ dependencies { ) testImplementation 'org.springframework.integration:spring-integration-mail:5.5.0' // https://mvnrepository.com/artifact/com.icegreen/greenmail - testImplementation group: 'com.icegreen', name: 'greenmail', version: '1.5.0' - - + testImplementation group: 'com.icegreen', name: 'greenmail', version: '2.0.0' testImplementation 'org.springframework.integration:spring-integration-test-support:5.5.0' testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.6.2') testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"