Skip to content

Commit

Permalink
Bump the all group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `10.0.0` | `10.0.1` |
| [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | `1.6.0` | `1.6.1` |
| [org.jetbrains.kotlinx:kotlinx-serialization-hocon](https://github.com/Kotlin/kotlinx.serialization) | `1.6.0` | `1.6.1` |
| [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) | `1.14.2` | `1.15.1` |
| [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | `1.11.5` | `1.12.0` |


Updates `org.flywaydb:flyway-core` from 10.0.0 to 10.0.1
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.0.0...flyway-10.0.1)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.serialization@v1.6.0...v1.6.1)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-hocon` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.serialization@v1.6.0...v1.6.1)

Updates `com.squareup:kotlinpoet` from 1.14.2 to 1.15.1
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md)
- [Commits](square/kotlinpoet@1.14.2...1.15.1)

Updates `io.micrometer:micrometer-registry-prometheus` from 1.11.5 to 1.12.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.5...v1.12.0)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-hocon
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.squareup:kotlinpoet
  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-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and IRus committed Nov 20, 2023
1 parent 8f005d9 commit 96cf8a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]
coroutines = "1.7.3"
flyway = "10.0.0"
flyway = "10.0.1"
hikari = "5.1.0"
jooq = "3.18.7"
jsoup = "1.16.2"
junit = "5.10.1"
kotlin = "1.9.20"
ktor = "2.3.6"
logback = "1.4.11"
micrometer = "1.11.5"
micrometer = "1.12.0"
mockk = "1.13.8"
poet = "1.14.2"
poet = "1.15.1"
postgresql = "42.6.0"
serialization = "1.6.0"
serialization = "1.6.1"

[libraries]
flyway = { module = "org.flywaydb:flyway-core", version.ref = "flyway" }
Expand Down

0 comments on commit 96cf8a5

Please sign in to comment.