Skip to content

Commit 402c812

Browse files
Bump org.http4k:http4k-core from 6.37.0.0 to 6.38.0.0 (#195)
Bumps [org.http4k:http4k-core](https://github.com/http4k/http4k) from 6.37.0.0 to 6.38.0.0. - [Release notes](https://github.com/http4k/http4k/releases) - [Changelog](https://github.com/http4k/http4k/blob/master/CHANGELOG.md) - [Commits](http4k/http4k@6.37.0.0...6.38.0.0) --- updated-dependencies: - dependency-name: org.http4k:http4k-core dependency-version: 6.38.0.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 54dabed commit 402c812

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repositories {
3232
// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
3333
dependencies {
3434
implementation("org.jsoup:jsoup:1.22.1")
35-
implementation("org.http4k:http4k-core:6.37.0.0")
35+
implementation("org.http4k:http4k-core:6.38.0.0")
3636
implementation("com.github.ben-manes.caffeine:caffeine:3.2.3")
3737

3838
testImplementation("io.kotest:kotest-assertions-core-jvm:6.1.9")

0 commit comments

Comments
 (0)