From c211b8febd9db94aa6b7371b11a71548ae2d0340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 08:46:25 +0000 Subject: [PATCH] Bump ktorVersion from 2.3.12 to 3.0.2 in /prime-router Bumps `ktorVersion` from 2.3.12 to 3.0.2. Updates `io.ktor:ktor-client-core` from 2.3.12 to 3.0.2 - [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/2.3.12...3.0.2) Updates `io.ktor:ktor-client-cio` from 2.3.12 to 3.0.2 - [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/2.3.12...3.0.2) Updates `io.ktor:ktor-client-apache` from 2.3.12 to 3.0.2 - [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/2.3.12...3.0.2) Updates `io.ktor:ktor-client-logging` from 2.3.12 to 3.0.2 - [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/2.3.12...3.0.2) Updates `io.ktor:ktor-client-encoding` from 2.3.12 to 3.0.2 - [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/2.3.12...3.0.2) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.12 to 3.0.2 - [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/2.3.12...3.0.2) Updates `io.ktor:ktor-serialization-kotlinx` from 2.3.12 to 3.0.2 - [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/2.3.12...3.0.2) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.12 to 3.0.2 - [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/2.3.12...3.0.2) Updates `io.ktor:ktor-client-mock` from 2.3.12 to 3.0.2 - [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/2.3.12...3.0.2) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-cio dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-apache dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-logging dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-encoding dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-serialization-kotlinx dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-mock dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index d489a8564d7..955dc3715d6 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -73,7 +73,7 @@ val javaVersion = when (appJvmTarget) { "21" -> JavaVersion.VERSION_21 else -> JavaVersion.VERSION_17 } -val ktorVersion = "2.3.12" +val ktorVersion = "3.0.2" val kotlinVersion by System.getProperties() val jacksonVersion = "2.18.1" jacoco.toolVersion = "0.8.12"