libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 66a79d81f64bd8f39ad4f06cd4923a6670e77def
parent e3b169ad726e745133b111487c8d58b825261c62
Author: Antoine A <>
Date:   Tue, 31 Mar 2026 13:56:43 +0200

common: upgrade ktor

Diffstat:
Mbuild.gradle | 2+-
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.3.20") - set("ktor_version", "3.4.1") + set("ktor_version", "3.4.2") set("clikt_version", "5.1.0") set("coroutines_version", "1.10.2") set("postgres_version", "42.7.9")