From 0656cd0c5fdeb7c60b3e09e47775f46d52f4821d Mon Sep 17 00:00:00 2001 From: "mend-for-github.aaakk.us.kg[bot]" <50673670+mend-for-github.aaakk.us.kg[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 14:42:20 -0800 Subject: [PATCH] Update dependency com.google.code.gson:gson to v2.8.9 (#626) Co-authored-by: mend-for-github.aaakk.us.kg[bot] <50673670+mend-for-github.aaakk.us.kg[bot]@users.noreply.github.com> (cherry picked from commit 5e7d8052a4190b87fbe83358bcb5a076be32868a) --- notifications/notifications/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications/notifications/build.gradle b/notifications/notifications/build.gradle index 93674461..f1d6156a 100644 --- a/notifications/notifications/build.gradle +++ b/notifications/notifications/build.gradle @@ -128,7 +128,7 @@ dependencies { testImplementation "org.jetbrains.kotlin:kotlin-reflect:${kotlin_version}" // required by mockk testImplementation "net.bytebuddy:byte-buddy-agent:1.12.7" testImplementation "org.mockito:mockito-core:5.1.0" - testImplementation 'com.google.code.gson:gson:2.8.7' + testImplementation 'com.google.code.gson:gson:2.8.9' testImplementation 'org.springframework.integration:spring-integration-mail:5.5.0' testImplementation 'org.springframework.integration:spring-integration-test-support:5.5.0' compileOnly project(path: ":${rootProject.name}-core-spi", configuration: 'shadow')