Skip to content

Commit

Permalink
fix(deps): update dependency org.http4k:http4k-bom to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2025
1 parent c1ffd35 commit 587af35
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.10.1"
implementation "org.slf4j:slf4j-jdk14:2.0.16"

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

0 comments on commit 587af35

Please sign in to comment.