Skip to content

Commit

Permalink
chore(deps): Update patch-release dependency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2024
1 parent 3c4ff6f commit 41305a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ 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("io.javalin:javalin:6.0.0-SNAPSHOT")
runtimeDownloadOnlyApi("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1")
implementation("org.slf4j:slf4j-simple:2.0.11")
runtimeDownloadOnlyApi("io.javalin:javalin:6.0.0")
runtimeDownloadOnlyApi("com.github.ben-manes.caffeine:caffeine:3.1.8")
runtimeDownloadOnlyApi("org.spongepowered:configurate-jackson:4.2.0-SNAPSHOT")
runtimeDownloadOnlyApi("org.spongepowered:configurate-hocon:4.2.0-SNAPSHOT")
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.22"
gremlin = "0.0.4"
idea-gradle = "1.1.7"

0 comments on commit 41305a0

Please sign in to comment.