Skip to content

Commit

Permalink
fix(deps): update http4k monorepo to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 23, 2023
1 parent 2493f5d commit 7f2bad9
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:4.44.1.0")
implementation("org.http4k:http4k-server-jetty:4.44.1.0")
implementation("org.http4k:http4k-format-moshi:4.44.1.0")
implementation("org.http4k:http4k-core:5.7.2.0")
implementation("org.http4k:http4k-server-jetty:5.7.2.0")
implementation("org.http4k:http4k-format-moshi:5.7.2.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")
Expand Down

0 comments on commit 7f2bad9

Please sign in to comment.