Skip to content

Commit

Permalink
fix(deps): update dependency org.http4k:http4k-server-undertow to v5.…
Browse files Browse the repository at this point in the history
…8.3.0 (#572)
  • Loading branch information
renovate-bot authored Oct 4, 2023
1 parent b313005 commit ab67aa2
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.8.2.0")
implementation("org.http4k:http4k-server-undertow:5.8.2.0")
implementation("org.http4k:http4k-server-undertow:5.8.3.0")
}

kotlin {
Expand Down

0 comments on commit ab67aa2

Please sign in to comment.