From c4cc9705bfad58cb97932cccee3ea8486519eec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 08:07:38 +0000 Subject: [PATCH] Bump io.ktor:ktor-server-test-host from 2.2.1 to 2.2.3 Bumps [io.ktor:ktor-server-test-host](https://github.com/ktorio/ktor) from 2.2.1 to 2.2.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/commits) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-test-host 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 c6e16116..cf8e253f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar import org.jetbrains.kotlin.gradle.tasks.KotlinCompile val dusseldorfKtorVersion = "3.2.2.1-4942135" -val ktorVersion = "2.2.1" +val ktorVersion = "2.2.3" val k9FormatVersion = "8.0.0" val kafkaTestcontainerVersion = "1.17.6" val kafkaVersion = "3.3.1"