From 59cf72db762694665d0a378f9b7ff941a3f76be4 Mon Sep 17 00:00:00 2001 From: Stefan Oltmann Date: Wed, 12 Jun 2024 15:18:20 +0200 Subject: [PATCH] Dependency updates --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9e57a87b..2fd6f5e8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,10 +25,10 @@ repositories { val productName: String = "Ashampoo Kim" val ktorVersion: String = "2.3.11" -val xmpCoreVersion: String = "1.3.0" +val xmpCoreVersion: String = "1.4.0" val dateTimeVersion: String = "0.6.0" val testRessourcesVersion: String = "0.4.0" -val kotlinxIoVersion: String = "0.3.5" +val kotlinxIoVersion: String = "0.4.0" description = productName group = "com.ashampoo"