Skip to content

Commit

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


Updates `org.flywaydb:flyway-database-postgresql` from 10.19.0 to 10.20.0

Updates `ch.qos.logback:logback-classic` from 1.5.10 to 1.5.11
- [Commits](qos-ch/logback@v_1.5.10...v_1.5.11)

Updates `io.micrometer:micrometer-registry-prometheus` from 1.13.5 to 1.13.6
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.13.5...v1.13.6)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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]>
  • Loading branch information
dependabot[bot] authored and IRus committed Oct 22, 2024
1 parent 6bd2c7d commit fd03523
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
coroutines = "1.9.0"
flyway = "10.19.0"
flyway = "10.20.0"
hikari = "6.0.0"
jooq = "3.19.13"
jsoup = "1.18.1"
Expand All @@ -9,8 +9,8 @@ komok = "1.0.7"
kotlin = "2.0.21"
ksp = "2.0.21-1.0.25"
ktor = "3.0.0"
logback = "1.5.10"
micrometer = "1.13.5"
logback = "1.5.11"
micrometer = "1.13.6"
mockk = "1.13.13"
poet = "1.18.1"
postgresql = "42.7.4"
Expand Down

0 comments on commit fd03523

Please sign in to comment.