Skip to content

Commit d5c56a9

Browse files
committed
Pin Logback dependency to version 1.3.0
Version 1.4.0 is not compatible with JDK 8.
1 parent e2778f6 commit d5c56a9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test-dependent-projects/java-dep-webauthn-server-core-and-bouncycastle/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ dependencies {
1515
// Runtime-only internal dependency of webauthn-server-core
1616
testImplementation("com.augustcellars.cose:cose-java:[1.0.0,2)")
1717

18-
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2.3,2)")
19-
2018
// Transitive dependencies from coreTestOutput
2119
testImplementation("org.scala-lang:scala-library:[2.13.1,3)")
2220
}

webauthn-server-demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
)
2929

3030
runtimeOnly(
31-
'ch.qos.logback:logback-classic:[1.2.3,2)',
31+
'ch.qos.logback:logback-classic:1.3.0',
3232
'org.glassfish.jersey.containers:jersey-container-servlet',
3333
'org.glassfish.jersey.inject:jersey-hk2',
3434
)

0 commit comments

Comments
 (0)