Skip to content

Commit

Permalink
chore(deps): bump org.http4k:http4k-server-undertow (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent df6de2d commit dbd978e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/http4k-hello-world/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

dependencies {
implementation("org.http4k:http4k-core:5.13.9.0")
implementation("org.http4k:http4k-server-undertow:5.13.8.0")
implementation("org.http4k:http4k-server-undertow:5.13.9.0")
}

kotlin {
Expand Down

0 comments on commit dbd978e

Please sign in to comment.