Skip to content

Commit

Permalink
fix(deps): update dependency org.http4k:http4k-bom to v5.10.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 13, 2023
1 parent 0d08ae0 commit 58a43b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation "org.slf4j:slf4j-jdk14:2.0.9"

implementation platform("org.http4k:http4k-bom:5.10.6.0")
implementation platform("org.http4k:http4k-bom:5.10.7.0")
implementation "org.http4k:http4k-core"
implementation "org.http4k:http4k-server-undertow"
implementation "org.http4k:http4k-client-apache"
Expand Down

0 comments on commit 58a43b4

Please sign in to comment.