From 388b6e6045693011f99ccd347c9cb1d815b0475d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:27:24 +0000 Subject: [PATCH] Bump ktorVersion from 2.3.3 to 2.3.5 Bumps `ktorVersion` from 2.3.3 to 2.3.5. Updates `io.ktor:ktor-client-content-negotiation` from 2.3.3 to 2.3.5 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.5/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.3...2.3.5) Updates `io.ktor:ktor-client-cio` from 2.3.3 to 2.3.5 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.5/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.3...2.3.5) Updates `io.ktor:ktor-client-auth` from 2.3.3 to 2.3.5 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.5/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.3...2.3.5) Updates `io.ktor:ktor-serialization-jackson` from 2.3.3 to 2.3.5 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.5/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.3...2.3.5) Updates `io.ktor:ktor-client-core` from 2.3.3 to 2.3.5 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.5/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.3...2.3.5) Updates `io.ktor:ktor-server-test-host` from 2.3.3 to 2.3.5 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.5/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.3...2.3.5) Updates `io.ktor:ktor-server-content-negotiation` from 2.3.3 to 2.3.5 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.5/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.3...2.3.5) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-cio dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-auth dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-serialization-jackson dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-test-host dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ktor-auth-azuread/build.gradle.kts | 2 +- ktor-auth-maskinporten/build.gradle.kts | 2 +- ktor-utils/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ktor-auth-azuread/build.gradle.kts b/ktor-auth-azuread/build.gradle.kts index 649b1bb..6f8a5bc 100644 --- a/ktor-auth-azuread/build.gradle.kts +++ b/ktor-auth-azuread/build.gradle.kts @@ -1,4 +1,4 @@ -val ktorVersion = "2.3.3" +val ktorVersion = "2.3.5" dependencies { implementation(project(":cache")) diff --git a/ktor-auth-maskinporten/build.gradle.kts b/ktor-auth-maskinporten/build.gradle.kts index 7fcd83a..cea0a5a 100644 --- a/ktor-auth-maskinporten/build.gradle.kts +++ b/ktor-auth-maskinporten/build.gradle.kts @@ -1,4 +1,4 @@ -val ktorVersion = "2.3.3" +val ktorVersion = "2.3.5" dependencies { implementation("io.ktor:ktor-client-auth:$ktorVersion") diff --git a/ktor-utils/build.gradle.kts b/ktor-utils/build.gradle.kts index 0a87cfa..f856e12 100644 --- a/ktor-utils/build.gradle.kts +++ b/ktor-utils/build.gradle.kts @@ -3,5 +3,5 @@ dependencies { implementation("com.sksamuel.hoplite:hoplite-yaml:2.7.5") testImplementation(kotlin("test")) - testImplementation("io.ktor:ktor-server-test-host:2.3.3") + testImplementation("io.ktor:ktor-server-test-host:2.3.5") }