Skip to content

Commit

Permalink
fix(deps): update http4k monorepo to v4.48.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 9, 2024
1 parent 935802f commit 2facb30
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:4.48.0.0")
implementation("org.http4k:http4k-server-jetty:4.48.0.0")
implementation("org.http4k:http4k-format-moshi:4.48.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 2facb30

Please sign in to comment.