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 Mar 7, 2024
1 parent 3c4ff6f commit e2a7a24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
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.23"
gremlin = "0.0.6"
idea-gradle = "1.1.7"

0 comments on commit e2a7a24

Please sign in to comment.