From 3458c1ddfed1b29e90a308a7c85f80ac1ed67550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 06:27:22 +0000 Subject: [PATCH] Bump the all group with 5 updates Bumps the all group with 5 updates: | Package | From | To | | --- | --- | --- | | [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) | `3.0.0` | `3.0.1` | | [io.ktor:ktor-server-cio](https://github.com/ktorio/ktor) | `3.0.0` | `3.0.1` | | [io.ktor:ktor-server-content-negotiation](https://github.com/ktorio/ktor) | `3.0.0` | `3.0.1` | | [io.ktor:ktor-client-cio](https://github.com/ktorio/ktor) | `3.0.0` | `3.0.1` | | [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `3.0.0` | `3.0.1` | Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.0.0...3.0.1) Updates `io.ktor:ktor-server-cio` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.0.0...3.0.1) Updates `io.ktor:ktor-server-content-negotiation` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.0.0...3.0.1) Updates `io.ktor:ktor-client-cio` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.0.0...3.0.1) Updates `io.ktor:ktor-client-content-negotiation` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.0.0...3.0.1) Updates `io.ktor:ktor-server-cio` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.0.0...3.0.1) Updates `io.ktor:ktor-server-content-negotiation` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.0.0...3.0.1) Updates `io.ktor:ktor-client-cio` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.0.0...3.0.1) Updates `io.ktor:ktor-client-content-negotiation` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.0.0...3.0.1) --- updated-dependencies: - 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 - 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 885db4b..d0a8d63 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ junit = "5.11.3" komok = "1.0.7" kotlin = "2.0.21" ksp = "2.0.21-1.0.26" -ktor = "3.0.0" +ktor = "3.0.1" logback = "1.5.12" micrometer = "1.13.6" mockk = "1.13.13"