Skip to content

Commit

Permalink
build: bump com.google.code.gson:gson from 2.9.0 to 2.11.0 (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 26, 2024
1 parent 26289a7 commit a215226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
// Use the Kotlin JDK 8 standard library.
implementation(kotlin("stdlib-jdk8"))
// Gson
implementation("com.google.code.gson:gson:2.9.0")
implementation("com.google.code.gson:gson:2.11.0")

testImplementation(kotlin("test"))
}
Expand Down

0 comments on commit a215226

Please sign in to comment.