From f7ac3f14a2b37be0939c3535cbc6afcf3d67585b Mon Sep 17 00:00:00 2001 From: rdani Date: Mon, 23 Oct 2023 07:53:28 +0530 Subject: [PATCH] Update to suggested version Signed-off-by: rdani --- notifications/core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications/core/build.gradle b/notifications/core/build.gradle index ead9bf43..1cef6633 100644 --- a/notifications/core/build.gradle +++ b/notifications/core/build.gradle @@ -162,7 +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.6.4' + testImplementation group: 'com.icegreen', name: 'greenmail', version: '1.6.14' 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}"