From cb62f0cb7f9d358bfd9432acfc2c25cf516ff2c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 19:29:39 +0000 Subject: [PATCH] build(deps): bump ktor from 2.3.1 to 2.3.3 Bumps `ktor` from 2.3.1 to 2.3.3. Updates `io.ktor:ktor-client-core` from 2.3.1 to 2.3.3 - [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.1...2.3.3) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.1 to 2.3.3 - [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.1...2.3.3) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.1 to 2.3.3 - [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.1...2.3.3) Updates `io.ktor:ktor-server-core` from 2.3.1 to 2.3.3 - [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.1...2.3.3) Updates `io.ktor:ktor-server-netty` from 2.3.1 to 2.3.3 - [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.1...2.3.3) Updates `io.ktor:ktor-client-cio` from 2.3.1 to 2.3.3 - [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.1...2.3.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-netty 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 ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index eb6395ed1..f8a5a4537 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -25,7 +25,7 @@ val kotlinVersion = "1.8.21" val dokkaPluginVersion = "1.8.20" val suspendTransformVersion = "0.3.1" val gradleCommon = "0.1.1" -val ktor = "2.3.1" +val ktor = "2.3.3" dependencies { implementation(kotlin("gradle-plugin", kotlinVersion)) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1190459b4..579856cb1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ spring-boot = "2.7.12" openjdk-jmh = "1.36" #forte-di = "0.0.3" #forte-annotationTool = "0.6.3" -ktor = "2.3.1" +ktor = "2.3.3" slf4j = "2.0.7"