Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
Update dependency ch.qos.logback:logback-classic to v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2022
1 parent a0596c1 commit 4606ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation("org.jetbrains.kotlinx", "kotlinx-coroutines-jdk8", "1.6.4")
implementation("org.jetbrains.kotlinx", "kotlinx-cli", "0.3.5")
implementation("io.github.microutils", "kotlin-logging", "3.0.0")
runtimeOnly("ch.qos.logback", "logback-classic", "1.4.1")
runtimeOnly("ch.qos.logback", "logback-classic", "1.4.2")
implementation("net.java.dev.jna", "jna-platform", "5.12.1")
implementation("org.lwjgl", "lwjgl", "3.3.1")
implementation("org.lwjgl", "lwjgl", "3.3.1", classifier = "natives-windows")
Expand Down

0 comments on commit 4606ca7

Please sign in to comment.