Skip to content

Commit

Permalink
Update dependency com.google.code.gson:gson to v2.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github.aaakk.us.kg[bot] authored Feb 20, 2023
1 parent aff507e commit 707ab09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifications/notifications/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 707ab09

Please sign in to comment.