Skip to content

Commit

Permalink
Bump the all group with 2 updates (#213)
Browse files Browse the repository at this point in the history
Bumps the all group with 2 updates: [org.http4k:http4k-server-netty](https://github.com/http4k/http4k) and [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer).


Updates `org.http4k:http4k-server-netty` from 5.46.0.0 to 5.47.0.0
- [Release notes](https://github.com/http4k/http4k/releases)
- [Changelog](https://github.com/http4k/http4k/blob/master/CHANGELOG.md)
- [Commits](http4k/http4k@5.46.0.0...5.47.0.0)

Updates `io.micrometer:micrometer-registry-prometheus` from 1.14.3 to 1.14.4
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.14.3...v1.14.4)

---
updated-dependencies:
- dependency-name: org.http4k:http4k-server-netty
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

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 Feb 11, 2025
1 parent 84b9180 commit d2fd11d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kotlinx-serialization = "1.8.0"
ksp = "2.1.10-1.0.29"
ktor = "3.0.3"
logback = "1.5.16"
micrometer = "1.14.3"
micrometer = "1.14.4"
mockk = "1.13.16"
mongo = "5.3.1"
netty = "4.2.0.RC2"
Expand Down
2 changes: 1 addition & 1 deletion komok-server-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tasks.test {
}

dependencies {
implementation("org.http4k:http4k-server-netty:5.46.0.0")
implementation("org.http4k:http4k-server-netty:5.47.0.0")
implementation("io.undertow:undertow-core:2.3.18.Final")
implementation(projects.komokTechConfig)
implementation(projects.komokTechConfigDotenv)
Expand Down

0 comments on commit d2fd11d

Please sign in to comment.