Skip to content

Commit

Permalink
chore(deps): bump org.http4k:http4k-core in /run/http4k-hello-world (#…
Browse files Browse the repository at this point in the history
…688)

Bumps [org.http4k:http4k-core](https://github.com/http4k/http4k) from 5.10.0.0 to 5.10.2.0.
- [Release notes](https://github.com/http4k/http4k/releases)
- [Changelog](https://github.com/http4k/http4k/blob/master/CHANGELOG.md)
- [Commits](http4k/http4k@5.10.0.0...5.10.2.0)

---
updated-dependencies:
- dependency-name: org.http4k:http4k-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent a00b3f9 commit 1bb09a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/http4k-hello-world/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
implementation("org.http4k:http4k-core:5.10.0.0")
implementation("org.http4k:http4k-core:5.10.2.0")
implementation("org.http4k:http4k-server-undertow:5.10.0.0")
}

Expand Down

0 comments on commit 1bb09a8

Please sign in to comment.