Skip to content

Commit bae936b

Browse files
Update dependency org.http4k:http4k-bom to 6.23.+
1 parent 769a1f7 commit bae936b

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.21.+"))
59+
implementation(platform("org.http4k:http4k-bom:6.23.+"))
6060
implementation("org.http4k:http4k-core")
6161
implementation("org.http4k:http4k-server-undertow")
6262
}

0 commit comments

Comments
 (0)