From 0dae844cb9a38c9c6bed2bf9288b523ef374fbd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 02:03:22 +0000 Subject: [PATCH] chore(backend): bump org.jetbrains.kotlinx:kotlinx-datetime Bumps the minorandpatch group in /backend with 1 update: [org.jetbrains.kotlinx:kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime). Updates `org.jetbrains.kotlinx:kotlinx-datetime` from 0.7.1-0.6.x-compat to 0.8.0-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/compare/v0.7.1-0.6.x-compat...v0.8.0-0.6.x-compat) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-datetime dependency-version: 0.8.0-0.6.x-compat dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] --- backend/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle.kts b/backend/build.gradle.kts index 4d7d6226..f265b8d6 100644 --- a/backend/build.gradle.kts +++ b/backend/build.gradle.kts @@ -35,7 +35,7 @@ dependencies { implementation("org.jetbrains.exposed:exposed-json:1.2.0") implementation("org.jetbrains.exposed:exposed-jdbc:1.2.0") implementation("org.jetbrains.exposed:exposed-kotlin-datetime:1.2.0") - implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.7.1-0.6.x-compat") + implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.8.0-0.6.x-compat") implementation("com.fasterxml.jackson.module:jackson-module-kotlin") testImplementation("org.springframework.boot:spring-boot-starter-test") {