commit 63e9009c6256dd1a00223b2324d4a171b0c0788e
parent 6c0e5904d26037f61db3f6b60dee0cc22057d226
Author: Antoine A <>
Date: Wed, 30 Jul 2025 15:27:44 +0200
common: update ktor
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
@@ -19,7 +19,7 @@ if (!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)){
allprojects {
ext {
set("kotlin_version", "2.2.0")
- set("ktor_version", "3.2.2")
+ set("ktor_version", "3.2.3")
set("clikt_version", "5.0.3")
set("coroutines_version", "1.10.2")
set("postgres_version", "42.7.7")