Skip to content

Commit

Permalink
Update dependency com.google.code.gson:gson to v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 21, 2024
1 parent 2bd1117 commit 3f28aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youkube/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation("io.ktor:ktor-server-html-builder")
implementation("ch.qos.logback:logback-classic:$logback_version")
implementation("org.ehcache:ehcache:3.9.7")
implementation("com.google.code.gson:gson:2.9.1")
implementation("com.google.code.gson:gson:2.10.1")
implementation("io.ktor:ktor-server-netty-jvm")
testImplementation("io.mockk:mockk:1.13.4")
testImplementation("org.jetbrains.kotlin:kotlin-test")
Expand Down

0 comments on commit 3f28aae

Please sign in to comment.