diff --git a/notifications/notifications/build.gradle b/notifications/notifications/build.gradle index 3030ad2e..10c321cb 100644 --- a/notifications/notifications/build.gradle +++ b/notifications/notifications/build.gradle @@ -117,7 +117,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')