From cefa2ee2b482528aa03ddd46c21fb8f86aa55ba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 23:53:02 +0000 Subject: [PATCH] Bump io.ktor:ktor-version-catalog from 3.2.0 to 3.3.3 Bumps [io.ktor:ktor-version-catalog](https://github.com/ktorio/ktor) from 3.2.0 to 3.3.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/compare/3.2.0...3.3.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-version-catalog dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index c341a9ec..2d22f565 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -34,7 +34,7 @@ dependencyResolutionManagement { versionCatalogs { create("ktorLibs") { - from("io.ktor:ktor-version-catalog:3.2.0") + from("io.ktor:ktor-version-catalog:3.3.3") } } }