From 9a984b30739d91704be9d154fe7703b6b92b4f7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 14:11:26 +0000 Subject: [PATCH] build(deps): bump org.jetbrains.kotlinx:kotlinx-datetime Bumps [org.jetbrains.kotlinx:kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime) from 0.5.0 to 0.6.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.5.0...v0.6.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-datetime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- serverpackcreator-api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverpackcreator-api/build.gradle.kts b/serverpackcreator-api/build.gradle.kts index 4e7053827..97f0d1d44 100644 --- a/serverpackcreator-api/build.gradle.kts +++ b/serverpackcreator-api/build.gradle.kts @@ -14,7 +14,7 @@ repositories { dependencies { api("io.github.microutils:kotlin-logging:3.0.5") - api("org.jetbrains.kotlinx:kotlinx-datetime:0.5.0") + api("org.jetbrains.kotlinx:kotlinx-datetime:0.6.1") api("de.jensklingenberg.ktorfit:ktorfit-lib:2.1.0") api("de.comahe.i18n4k:i18n4k-core:0.9.0") api("de.comahe.i18n4k:i18n4k-core-jvm:0.9.0")