Skip to content

Commit f56c2cb

Browse files
fix(deps): update http4k monorepo to v6
1 parent ef903c3 commit f56c2cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ repositories {
2626

2727
dependencies {
2828
implementation(kotlin("stdlib-jdk8"))
29-
implementation("org.http4k:http4k-core:5.47.0.0")
30-
implementation("org.http4k:http4k-server-jetty:5.47.0.0")
31-
implementation("org.http4k:http4k-format-moshi:5.47.0.0")
29+
implementation("org.http4k:http4k-core:6.0.1.0")
30+
implementation("org.http4k:http4k-server-jetty:6.0.1.0")
31+
implementation("org.http4k:http4k-format-moshi:6.0.1.0")
3232
implementation("com.natpryce:konfig:1.6.10.0")
3333
implementation("com.squareup.moshi:moshi:1.15.2")
3434
implementation("com.squareup.moshi:moshi-kotlin:1.15.2")

0 commit comments

Comments
 (0)