From 9f0456b458e02d9b460ac891b1da17e5f4153959 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 15:00:49 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-datetime Bumps [org.jetbrains.kotlinx:kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime) from 0.5.0 to 0.7.1-0.6.x-compat. - [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/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-datetime dependency-version: 0.7.1-0.6.x-compat dependency-type: direct:production update-type: version-update:semver-minor ... 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 c1ffc04c..3a40f9fd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] kotlin = "2.2.20" -datetime = "0.5.0" # https://search.maven.org/artifact/org.jetbrains.kotlinx/kotlinx-datetime +datetime = "0.7.1-0.6.x-compat" # https://search.maven.org/artifact/org.jetbrains.kotlinx/kotlinx-datetime ktor = "3.3.0" # https://central.sonatype.com/artifact/io.ktor/ktor-server/versions bignum = "0.3.8" # https://search.maven.org/artifact/com.ionspin.kotlin/bignum kotlinx-io = "0.8.0" # https://central.sonatype.com/artifact/org.jetbrains.kotlinx/kotlinx-io-core/versions