From e2a7a24f7bd04e3db605fb02343eafbceb938708 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 10:17:48 +0000 Subject: [PATCH] chore(deps): Update patch-release dependency changes --- app/build.gradle.kts | 6 +++--- gradle/libs.versions.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 6045788..a5d05e6 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -23,10 +23,10 @@ val operatingSystem: OperatingSystem = DefaultNativePlatform.getCurrentOperating dependencies { implementation(kotlin("stdlib")) implementation(kotlin("reflect")) - implementation("io.github.oshai:kotlin-logging-jvm:5.1.1") + implementation("io.github.oshai:kotlin-logging-jvm:5.1.4") implementation("org.jetbrains.kotlinx:kotlinx-cli-jvm:0.3.6") - runtimeDownloadOnlyApi("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0") - implementation("org.slf4j:slf4j-simple:2.0.9") + runtimeDownloadOnlyApi("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1") + implementation("org.slf4j:slf4j-simple:2.0.12") runtimeDownloadOnlyApi("io.javalin:javalin:6.0.0-SNAPSHOT") runtimeDownloadOnlyApi("com.github.ben-manes.caffeine:caffeine:3.1.8") runtimeDownloadOnlyApi("org.spongepowered:configurate-jackson:4.2.0-SNAPSHOT") diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cd6b949..e55aab0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,6 +19,6 @@ gremlin-gradle = { id = "xyz.jpenilla.gremlin-gradle", version.ref = "gremlin" } indra = "3.1.3" blossom = "2.1.0" shadow = "8.1.2" -kotlin = "1.9.21" -gremlin = "0.0.3" +kotlin = "1.9.23" +gremlin = "0.0.6" idea-gradle = "1.1.7"