Skip to content

Commit

Permalink
Bump org.http4k:http4k-bom from 5.44.2.0 to 5.45.1.0
Browse files Browse the repository at this point in the history
Bumps [org.http4k:http4k-bom](https://github.com/http4k/http4k) from 5.44.2.0 to 5.45.1.0.
- [Release notes](https://github.com/http4k/http4k/releases)
- [Changelog](https://github.com/http4k/http4k/blob/master/CHANGELOG.md)
- [Commits](http4k/http4k@5.44.2.0...5.45.1.0)

---
updated-dependencies:
- dependency-name: org.http4k:http4k-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 401b651 commit 0964a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repositories {

dependencies {
// implementation("org.jetbrains.kotlin:kotlin-compiler-embeddable:2.1.0")
implementation(platform("org.http4k:http4k-bom:5.44.2.0"))
implementation(platform("org.http4k:http4k-bom:5.45.1.0"))
implementation("org.http4k:http4k-core")
implementation("org.http4k:http4k-server-jetty")
implementation("org.http4k:http4k-template-core")
Expand Down

0 comments on commit 0964a54

Please sign in to comment.