From 1a965533da58757cdcc5a95d0c8ea6410f684e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 09:45:01 +0000 Subject: [PATCH] Bump ktor from 2.3.1 to 2.3.7 Bumps `ktor` from 2.3.1 to 2.3.7. Updates `io.ktor:ktor-client-core` from 2.3.1 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.1...2.3.7) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.1 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.1...2.3.7) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.1 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.1...2.3.7) Updates `io.ktor:ktor-server-core` from 2.3.1 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.1...2.3.7) Updates `io.ktor:ktor-server-netty` from 2.3.1 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.1...2.3.7) Updates `io.ktor:ktor-client-cio` from 2.3.1 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.1...2.3.7) --- 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 52cb5ebe7..c6412a345 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -25,7 +25,7 @@ val kotlinVersion = "1.9.10" val dokkaPluginVersion = "1.9.0" val suspendTransformVersion = "0.5.0" val gradleCommon = "0.1.1" -val ktor = "2.3.1" +val ktor = "2.3.7" dependencies { implementation(kotlin("gradle-plugin", kotlinVersion)) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 00b437df4..822a85e5c 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.7" slf4j = "2.0.7"