Skip to content

Commit

Permalink
Update dependency ch.qos.logback:logback-classic to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 16, 2024
1 parent c3f39c0 commit c645a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion incubating/ddo-antlr/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {

antlr("org.antlr:antlr4:4.10.1") // use ANTLR version 4
implementation("ch.qos.logback:logback-core:1.2.11")
implementation("ch.qos.logback:logback-classic:1.2.11")
implementation("ch.qos.logback:logback-classic:1.5.0")
implementation("org.slf4j:slf4j-api:1.7.36")
// JUnit 5
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter-api")
Expand Down

0 comments on commit c645a73

Please sign in to comment.