Skip to content

Commit 5a665ab

Browse files
fix(deps): update dependency org.http4k:http4k-bom to 6.17.+ (#8643)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0cd9dfc commit 5a665ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin/http4k/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tasks {
5656
}
5757

5858
dependencies {
59-
implementation(platform("org.http4k:http4k-bom:6.16.+"))
59+
implementation(platform("org.http4k:http4k-bom:6.17.+"))
6060
implementation("org.http4k:http4k-core")
6161
implementation("org.http4k:http4k-server-undertow")
6262
}

0 commit comments

Comments
 (0)