commit 52ce97923a72d4398df930e81b80ac0bb80060aa
parent b482d851eb36dc04a617903ea070cb97a14c1946
Author: Antoine A <>
Date: Tue, 6 May 2025 18:25:49 +0200
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.2")
+ set("ktor_version", "3.1.3")
set("clikt_version", "5.0.3")
set("coroutines_version", "1.10.2")
set("postgres_version", "42.7.5")