Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| org.flywaydb:flyway-database-postgresql | `11.1.0` | `11.1.1` |
| org.jooq:jooq | `3.19.16` | `3.19.17` |
| org.jooq:jooq-codegen | `3.19.16` | `3.19.17` |
| [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | `1.7.3` | `1.8.0` |
| [org.jetbrains.kotlinx:kotlinx-serialization-hocon](https://github.com/Kotlin/kotlinx.serialization) | `1.7.3` | `1.8.0` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.14` | `1.13.16` |


Updates `org.flywaydb:flyway-database-postgresql` from 11.1.0 to 11.1.1

Updates `org.jooq:jooq` from 3.19.16 to 3.19.17

Updates `org.jooq:jooq-codegen` from 3.19.16 to 3.19.17

Updates `org.jooq:jooq-codegen` from 3.19.16 to 3.19.17

Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.7.3 to 1.8.0
- [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.7.3...v1.8.0)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-hocon` from 1.7.3 to 1.8.0
- [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.7.3...v1.8.0)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-hocon` from 1.7.3 to 1.8.0
- [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.7.3...v1.8.0)

Updates `io.mockk:mockk` from 1.13.14 to 1.13.16
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.14...1.13.16)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jooq:jooq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jooq:jooq-codegen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jooq:jooq-codegen
  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-minor
  dependency-group: all
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-hocon
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-hocon
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: io.mockk:mockk
  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 Jan 13, 2025
1 parent 281567b commit 074f228
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,9 +1,9 @@
[versions]
commonmark = "0.24.0"
coroutines = "1.10.1"
flyway = "11.1.0"
flyway = "11.1.1"
hikari = "6.2.1"
jooq = "3.19.16"
jooq = "3.19.17"
jsoup = "1.18.3"
junit = "5.11.4"
komok = "1.0.7"
Expand All @@ -12,10 +12,10 @@ ksp = "2.1.0-1.0.29"
ktor = "3.0.3"
logback = "1.5.16"
micrometer = "1.14.2"
mockk = "1.13.14"
mockk = "1.13.16"
poet = "2.0.0"
postgresql = "42.7.4"
serialization = "1.7.3"
serialization = "1.8.0"

[libraries]
commonmark = { module = "org.commonmark:commonmark", version.ref = "commonmark" }
Expand Down

0 comments on commit 074f228

Please sign in to comment.