Skip to content

Commit 2762a17

Browse files
chore(gradle): bump org.http4k:http4k-bom in /mock-api
Bumps [org.http4k:http4k-bom](https://github.com/http4k/http4k) from 5.13.8.0 to 5.13.9.0. - [Release notes](https://github.com/http4k/http4k/releases) - [Changelog](https://github.com/http4k/http4k/blob/master/CHANGELOG.md) - [Commits](http4k/http4k@5.13.8.0...5.13.9.0) --- updated-dependencies: - dependency-name: org.http4k:http4k-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 777a7c0 commit 2762a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mock-api/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
}
1010

1111
dependencies {
12-
implementation(platform("org.http4k:http4k-bom:5.13.8.0"))
12+
implementation(platform("org.http4k:http4k-bom:5.13.9.0"))
1313
implementation("org.http4k:http4k-core")
1414
implementation("org.http4k:http4k-client-apache")
1515

0 commit comments

Comments
 (0)