Skip to content

Commit

Permalink
Revert to Java 8 compatible logback dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
scroix committed Apr 20, 2024
1 parent ca5bc00 commit 1b9e15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodel-framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
testImplementation 'org.mockito:mockito-core:3.+'
testImplementation 'ch.qos.logback:logback-classic:1.4.14'
testImplementation 'ch.qos.logback:logback-classic:1.2.3'
}

0 comments on commit 1b9e15b

Please sign in to comment.