Skip to content

Commit

Permalink
fix(deps): update dependency com.squareup.moshi:moshi-kotlin to v1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent 03fc2c5 commit 9878b7b
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 @@ -31,7 +31,7 @@ dependencies {
implementation("org.http4k:http4k-format-moshi:4.44.1.0")
implementation("com.natpryce:konfig:1.6.10.0")
implementation("com.squareup.moshi:moshi:1.15.0")
implementation("com.squareup.moshi:moshi-kotlin:1.15.0")
implementation("com.squareup.moshi:moshi-kotlin:1.15.1")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.22")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.22")
implementation("com.github.ben-manes.caffeine:caffeine:3.1.8")
Expand Down

0 comments on commit 9878b7b

Please sign in to comment.