Skip to content

Commit

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


Updates `io.micrometer:micrometer-registry-prometheus` from 1.12.2 to 1.12.3
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.12.2...v1.12.3)

Updates `org.flywaydb:flyway-database-postgresql` from 10.7.1 to 10.7.2

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.flywaydb:flyway-database-postgresql
  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 14, 2024
1 parent 8d8aab4 commit 847d351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation("io.ktor:ktor-client-content-negotiation:2.3.8")
implementation("io.ktor:ktor-server-auth-jwt:2.3.8")
implementation("io.ktor:ktor-server-metrics-micrometer:2.3.8")
implementation("io.micrometer:micrometer-registry-prometheus:1.12.2")
implementation("io.micrometer:micrometer-registry-prometheus:1.12.3")
implementation("io.ktor:ktor-server-call-logging:2.3.8")
implementation("io.ktor:ktor-server-default-headers:2.3.8")
implementation("io.ktor:ktor-server-caching-headers:2.3.8")
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
hikari = "5.1.0"
flyway = "10.7.1"
flyway = "10.7.2"
jooq = "3.19.3"
junit = "5.10.2"
junit-platform = "1.10.2"
Expand Down

0 comments on commit 847d351

Please sign in to comment.