commit dafbd0f5ce121fb9586090bc4380d44352aadac4
parent 8528c342174ba5fad1ba82fdc79a3571f8f69198
Author: Antoine A <>
Date: Fri, 28 Mar 2025 14:32:13 +0100
common: update ktor
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
@@ -20,7 +20,7 @@ if (!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)){
allprojects {
ext {
set("kotlin_version", "2.1.20")
- set("ktor_version", "3.1.1")
+ set("ktor_version", "3.1.2")
set("clikt_version", "5.0.3")
set("coroutines_version", "1.10.1")
set("postgres_version", "42.7.5")