From 724c00e21496db7503c8907d5a1f4c1178d70012 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 09:08:48 +0000 Subject: [PATCH] chore(deps): update ktor monorepo to v2.3.13 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5dc92fd4..d0789102 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] kotlin = "1.9.0" kotest = "5.8.0" -ktor = "2.3.7" +ktor = "2.3.13" [libraries] archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.2.1" }