Skip to content

Commit

Permalink
Update dependency com.google.code.gson:gson to v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 20, 2024
1 parent 9aebae6 commit 0f5862f
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.11.0")
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 0f5862f

Please sign in to comment.