From 7f4b8aef63b3f8b7347208f149f1d8cef5231e7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 07:01:57 +0000 Subject: [PATCH] Bump the kotlin group across 1 directory with 3 updates Bumps the kotlin group with 3 updates in the / directory: [io.github.oshai:kotlin-logging](https://github.com/oshai/kotlin-logging), [org.jetbrains.kotlinx:kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime) and [com.gradleup.shadow](https://github.com/GradleUp/shadow). Updates `io.github.oshai:kotlin-logging` from 7.0.11 to 7.0.12 - [Release notes](https://github.com/oshai/kotlin-logging/releases) - [Changelog](https://github.com/oshai/kotlin-logging/blob/master/ChangeLog-old.md) - [Commits](https://github.com/oshai/kotlin-logging/compare/7.0.11...7.0.12) Updates `org.jetbrains.kotlinx:kotlinx-datetime` from 0.7.1 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) Updates `com.gradleup.shadow` from 8.3.8 to 9.0.0 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.8...9.0.0) --- updated-dependencies: - dependency-name: io.github.oshai:kotlin-logging dependency-version: 7.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - 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-patch dependency-group: kotlin - dependency-name: com.gradleup.shadow dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: kotlin ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d784caf..e47e642 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ kotlin = "2.2.0" jte = { id = "gg.jte.gradle", version.ref = "jte" } kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } -shadow = { id = "com.gradleup.shadow", version = "8.3.8" } +shadow = { id = "com.gradleup.shadow", version = "9.0.1" } spotless = { id = "com.diffplug.spotless", version = "7.2.1" } versions = { id = "com.github.ben-manes.versions", version = "0.52.0" } @@ -29,8 +29,8 @@ jte-core = { group = "gg.jte", name = "jte", version.ref = "jte" } jte-kotlin = { group = "gg.jte", name = "jte-kotlin", version.ref = "jte" } junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version = "5.13.4" } junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.13.4" } -kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version = "7.0.11" } -kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version = "0.7.1" } +kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version = "7.0.12" } +kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version = "0.7.1-0.6.x-compat" } kotlinx-serialization = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.9.0" } log4j2-slf4j2 = { group = "org.apache.logging.log4j", name = "log4j-slf4j2-impl", version = "2.25.1" } sqlite-jdbc = { group = "org.xerial", name = "sqlite-jdbc", version = "3.50.3.0" }