From bcc6223f90031dfa8ceae7cfa36f194055e2599d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 06:06:05 +0000 Subject: [PATCH] Bump the all group with 7 updates Bumps the all group with 7 updates: | Package | From | To | | --- | --- | --- | | org.flywaydb:flyway-database-postgresql | `10.6.0` | `10.7.1` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.10.1` | `5.10.2` | | [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.8` | | [io.ktor:ktor-server-cio](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.8` | | [io.ktor:ktor-server-content-negotiation](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.8` | | [io.ktor:ktor-client-cio](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.8` | | [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.8` | Updates `org.flywaydb:flyway-database-postgresql` from 10.6.0 to 10.7.1 Updates `org.junit.jupiter:junit-jupiter` from 5.10.1 to 5.10.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.7 to 2.3.8 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.7...2.3.8) Updates `io.ktor:ktor-server-cio` from 2.3.7 to 2.3.8 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.7...2.3.8) Updates `io.ktor:ktor-server-content-negotiation` from 2.3.7 to 2.3.8 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.7...2.3.8) Updates `io.ktor:ktor-client-cio` from 2.3.7 to 2.3.8 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.7...2.3.8) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.7 to 2.3.8 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.7...2.3.8) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: io.ktor:ktor-server-cio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: io.ktor:ktor-server-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: io.ktor:ktor-client-cio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b06a7d5..898d02c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,12 +1,12 @@ [versions] coroutines = "1.7.3" -flyway = "10.6.0" +flyway = "10.7.1" hikari = "5.1.0" jooq = "3.19.3" jsoup = "1.17.2" -junit = "5.10.1" +junit = "5.10.2" kotlin = "1.9.22" -ktor = "2.3.7" +ktor = "2.3.8" logback = "1.4.14" micrometer = "1.12.2" mockk = "1.13.9"