From 074f22826c97bc4d51f06e906b5d8f9a3eea106b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 06:33:13 +0000 Subject: [PATCH] Bump the all group with 6 updates 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](https://github.com/Kotlin/kotlinx.serialization/compare/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](https://github.com/Kotlin/kotlinx.serialization/compare/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](https://github.com/Kotlin/kotlinx.serialization/compare/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](https://github.com/mockk/mockk/compare/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] --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3af1510..554067a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" @@ -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" }