From 8e4d86a6643087089e7d45e83d1baad88ac9681e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 22:10:54 +0000 Subject: [PATCH] Bump io.ktor:ktor-network-jvm from 2.3.10 to 2.3.11 Bumps [io.ktor:ktor-network-jvm](https://github.com/ktorio/ktor) from 2.3.10 to 2.3.11. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.10...2.3.11) --- updated-dependencies: - dependency-name: io.ktor:ktor-network-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 080b547..e605f32 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ repositories { mavenCentral() } -val ktorVersion = "2.3.10" +val ktorVersion = "2.3.11" dependencies { implementation(kotlin("stdlib-jdk8")) // Apache-2.0