From 89fcc8546b6d3291f4619f3a9ad780f8f2a9da0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:33:01 +0000 Subject: [PATCH] Bump the kotlin group across 1 directory with 3 updates Bumps the kotlin group with 3 updates in the / directory: org.gradle.toolchains.foojay-resolver-convention, [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) and org.apache.logging.log4j:log4j-slf4j2-impl. Updates `org.gradle.toolchains.foojay-resolver-convention` from 0.8.0 to 0.9.0 Updates `io.github.oshai:kotlin-logging-jvm` from 7.0.0 to 7.0.3 - [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.0...7.0.3) Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.24.2 to 2.24.3 --- updated-dependencies: - dependency-name: org.gradle.toolchains.foojay-resolver-convention dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin - dependency-name: io.github.oshai:kotlin-logging-jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- settings.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1d17c46..a986f2a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,11 +11,11 @@ versions = { id = "com.github.ben-manes.versions", version = "0.51.0" } [libraries] junit-jupiter-api = { group = "org.junit.jupiter", name = "junit-jupiter-api", version.ref = "junit" } junit-jupiter-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", version.ref = "junit" } -kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging-jvm", version = "7.0.0" } +kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging-jvm", version = "7.0.3" } kotlin-reflect = { group = "org.jetbrains.kotlin", name = "kotlin-reflect", version.ref = "kotlin" } kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version = "0.6.1" } kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.7.3" } -log4j2-slf4j2-impl = { group = "org.apache.logging.log4j", name = "log4j-slf4j2-impl", version = "2.24.2" } +log4j2-slf4j2-impl = { group = "org.apache.logging.log4j", name = "log4j-slf4j2-impl", version = "2.24.3" } sqlite-jdbc = { group = "org.xerial", name = "sqlite-jdbc", version = "3.47.1.0" } [bundles] diff --git a/settings.gradle.kts b/settings.gradle.kts index ee9a5fc..b48b90a 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0" + id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0" } rootProject.name = "Kalibak"