From c78f72e0490e2b625435c710be1242b647e31883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 08:23:54 +0000 Subject: [PATCH] Bump ktorVersion from 3.3.0 to 3.3.2 Bumps `ktorVersion` from 3.3.0 to 3.3.2. Updates `io.ktor:ktor-client-core` from 3.3.0 to 3.3.2 - [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.3.0...3.3.2) Updates `io.ktor:ktor-client-cio` from 3.3.0 to 3.3.2 - [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.3.0...3.3.2) Updates `io.ktor:ktor-server-content-negotiation` from 3.3.0 to 3.3.2 - [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.3.0...3.3.2) Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.3.0 to 3.3.2 - [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.3.0...3.3.2) Updates `io.ktor:ktor-server-request-validation` from 3.3.0 to 3.3.2 - [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.3.0...3.3.2) Updates `io.ktor:ktor-server-status-pages` from 3.3.0 to 3.3.2 - [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.3.0...3.3.2) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-cio dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-content-negotiation dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-request-validation dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-status-pages dependency-version: 3.3.2 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 a3b362a..13ece4a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ val kotlinVersion = "2.2.21" -val ktorVersion = "3.3.0" +val ktorVersion = "3.3.2" val logbackVersion = "1.5.20" val nettyHandlerVersion = "4.2.7.Final" val junitVersion = "5.13.4"