From 2a1a5f9bd2d3eb152f9468615ada01c996360ade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 03:13:50 +0000 Subject: [PATCH] Bump io.ktor:ktor-bom from 3.4.0 to 3.4.1 Bumps [io.ktor:ktor-bom](https://github.com/ktorio/ktor) from 3.4.0 to 3.4.1. - [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-bom dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 60fddd31..836eb781 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation 'io.github.oshai:kotlin-logging:7.0.14' implementation 'io.prometheus:simpleclient' - implementation(platform('io.ktor:ktor-bom:3.4.0')) + implementation(platform('io.ktor:ktor-bom:3.4.1')) implementation 'io.ktor:ktor-server-netty' implementation 'io.ktor:ktor-server'