Skip to content

Commit 879f75e

Browse files
Bump org.http4k:http4k-core from 6.10.0.0 to 6.11.1.0 (#26)
Bumps [org.http4k:http4k-core](https://github.com/http4k/http4k) from 6.10.0.0 to 6.11.1.0. - [Release notes](https://github.com/http4k/http4k/releases) - [Changelog](https://github.com/http4k/http4k/blob/master/CHANGELOG.md) - [Commits](http4k/http4k@6.10.0.0...6.11.1.0) --- updated-dependencies: - dependency-name: org.http4k:http4k-core dependency-version: 6.11.1.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 1510186 commit 879f75e

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.20.1")
35-
implementation("org.http4k:http4k-core:6.10.0.0")
35+
implementation("org.http4k:http4k-core:6.11.1.0")
3636

3737
testImplementation("io.kotest:kotest-assertions-core-jvm:5.9.1")
3838
testImplementation("io.kotest:kotest-runner-junit5-jvm:5.9.1")

0 commit comments

Comments
 (0)