From efe4c3b06e28e45ab5c5a4f33cda9ffb3abaed46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 17:17:36 +0000 Subject: [PATCH] chore(deps): bump ktor-server.version from 3.2.3 to 3.3.0 Bumps `ktor-server.version` from 3.2.3 to 3.3.0. Updates `io.ktor:ktor-server-core-jvm` from 3.2.3 to 3.3.0 - [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/3.2.3...3.3.0) Updates `io.ktor:ktor-server-test-host-jvm` from 3.2.3 to 3.3.0 - [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/3.2.3...3.3.0) Updates `io.ktor:ktor-server-netty-jvm` from 3.2.3 to 3.3.0 - [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/3.2.3...3.3.0) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-core-jvm dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-server-test-host-jvm dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-server-netty-jvm dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- kotlin-asyncapi-examples/kotlin-asyncapi-ktor-example/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-asyncapi-examples/kotlin-asyncapi-ktor-example/pom.xml b/kotlin-asyncapi-examples/kotlin-asyncapi-ktor-example/pom.xml index bbd619dd..710ad9b3 100644 --- a/kotlin-asyncapi-examples/kotlin-asyncapi-ktor-example/pom.xml +++ b/kotlin-asyncapi-examples/kotlin-asyncapi-ktor-example/pom.xml @@ -19,7 +19,7 @@ 17 2.2.10 - 3.2.3 + 3.3.0 1.5.18 2.0.17 com.asyncapi.kotlinasyncapi.example.ktor.ExampleApplicationKt