From f8daf8874e28972cd60134a077b84da015f10f30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 05:03:46 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.4.0 to 0.4.1 Bumps [org.jetbrains.kotlinx:kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/Kotlin/kotlinx-datetime/releases) - [Changelog](https://github.com/Kotlin/kotlinx-datetime/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-datetime/compare/v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-datetime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 47bde2b..35c6537 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ ktx-coroutines = "1.7.3" ktx-serialization = "1.6.0" ktor = "2.3.3" junixsocket = "2.6.1" -ktx-datetime = "0.4.0" +ktx-datetime = "0.4.1" junit = "5.10.0" slf4j = "2.0.7" apache-compress = "1.23.0"