From 57122cc2f9bd4bd761448a8c3d5a08ff7f38862b Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Fri, 14 Jun 2024 17:28:37 +0600 Subject: [PATCH] update dependencies --- CHANGELOG.md | 6 ++++++ gradle/libs.versions.toml | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b63525f89a..c722f9c968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## 14.0.2 +* `Version`: + * `Coroutines`: `1.8.0` -> `1.8.1` + * `Ktor`: `2.3.10` -> `2.3.11` + * `MicroUtils`: `0.20.45` -> `0.20.52` + * `KSLog`: `1.3.3` -> `1.3.4` + ## 14.0.1 * In `core` and `api` modules related to invoices changed their APIs to suite current API diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7bcca67082..bcf927553e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,19 +2,19 @@ kotlin = "1.9.23" kotlin-serialization = "1.6.3" -kotlin-coroutines = "1.8.0" +kotlin-coroutines = "1.8.1" javax-activation = "1.1.1" korlibs = "5.4.0" uuid = "0.8.4" -ktor = "2.3.10" +ktor = "2.3.11" ksp = "1.9.23-1.0.20" kotlin-poet = "1.16.0" -microutils = "0.20.45" -kslog = "1.3.3" +microutils = "0.20.52" +kslog = "1.3.4" versions = "0.51.0"