Skip to content

Commit

Permalink
fix(deps): update dependency org.http4k:http4k-bom to v5.13.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 13, 2024
1 parent b215e02 commit 11a1d60
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.6.1")
implementation platform("org.http4k:http4k-bom:5.13.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 11a1d60

Please sign in to comment.