Skip to content

Commit

Permalink
fix(deps): update http4k monorepo to v5.19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 13, 2024
1 parent 3b62e2f commit 54ed197
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ repositories {

dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation("org.http4k:http4k-core:5.18.2.0")
implementation("org.http4k:http4k-server-jetty:5.18.2.0")
implementation("org.http4k:http4k-format-moshi:5.18.2.0")
implementation("org.http4k:http4k-core:5.19.0.0")
implementation("org.http4k:http4k-server-jetty:5.19.0.0")
implementation("org.http4k:http4k-format-moshi:5.19.0.0")
implementation("com.natpryce:konfig:1.6.10.0")
implementation("com.squareup.moshi:moshi:1.15.1")
implementation("com.squareup.moshi:moshi-kotlin:1.15.1")
Expand Down

0 comments on commit 54ed197

Please sign in to comment.