Skip to content

Commit

Permalink
fix(deps): update dependency org.http4k:http4k-bom to v5.13.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 8, 2024
1 parent f753319 commit 206d092
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 @@ -15,7 +15,7 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3"
implementation "org.slf4j:slf4j-jdk14:2.0.12"

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

0 comments on commit 206d092

Please sign in to comment.