From 293fae0f074179c8ca64d9f85183f41305f444b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 19:02:56 +0000 Subject: [PATCH] Bump the kotlin group across 1 directory with 6 updates Bumps the kotlin group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `5.13.2` | `5.13.3` | | [org.jetbrains.kotlinx:kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime) | `0.7.0-0.6.x-compat` | `0.7.1-0.6.x-compat` | | [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | `1.8.1` | `1.9.0` | | org.apache.logging.log4j:log4j-slf4j2-impl | `2.25.0` | `2.25.1` | | [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | `3.50.1.0` | `3.50.2.0` | | org.jlleitschuh.gradle.ktlint | `12.3.0` | `13.0.0` | Updates `org.junit.jupiter:junit-jupiter` from 5.13.2 to 5.13.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.2...r5.13.3) Updates `org.jetbrains.kotlinx:kotlinx-datetime` from 0.7.0-0.6.x-compat 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 `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.8.1 to 1.9.0 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.8.1...v1.9.0) Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.25.0 to 2.25.1 Updates `org.xerial:sqlite-jdbc` from 3.50.1.0 to 3.50.2.0 - [Release notes](https://github.com/xerial/sqlite-jdbc/releases) - [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG) - [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.50.1.0...3.50.2.0) Updates `org.jlleitschuh.gradle.ktlint` from 12.3.0 to 13.0.0 --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.3 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: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl dependency-version: 2.25.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: org.xerial:sqlite-jdbc dependency-version: 3.50.2.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: org.jlleitschuh.gradle.ktlint dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: kotlin ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f25c3a9..9d3e667 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,18 +5,18 @@ kotlin = "2.2.0" dokka = { id = "org.jetbrains.dokka", version = "2.0.0" } kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } -ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.3.0" } +ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "13.0.0" } versions = { id = "com.github.ben-manes.versions", version = "0.52.0" } [libraries] -junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.13.2" } +junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.13.3" } junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" } kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging-jvm", version = "7.0.7" } kotlin-reflect = { group = "org.jetbrains.kotlin", name = "kotlin-reflect", version.ref = "kotlin" } -kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version = "0.7.0-0.6.x-compat" } -kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.8.1" } -log4j2-slf4j2-impl = { group = "org.apache.logging.log4j", name = "log4j-slf4j2-impl", version = "2.25.0" } -sqlite-jdbc = { group = "org.xerial", name = "sqlite-jdbc", version = "3.50.1.0" } +kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version = "0.7.1-0.6.x-compat" } +kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.9.0" } +log4j2-slf4j2-impl = { group = "org.apache.logging.log4j", name = "log4j-slf4j2-impl", version = "2.25.1" } +sqlite-jdbc = { group = "org.xerial", name = "sqlite-jdbc", version = "3.50.2.0" } [bundles] kotlinx-serialization = ["kotlinx-serialization-json", "kotlinx-datetime"]