File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
test-dependent-projects/java-dep-webauthn-server-core-and-bouncycastle Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ dependencies {
15
15
// Runtime-only internal dependency of webauthn-server-core
16
16
testImplementation(" com.augustcellars.cose:cose-java:[1.0.0,2)" )
17
17
18
- testRuntimeOnly(" ch.qos.logback:logback-classic:[1.2.3,2)" )
19
-
20
18
// Transitive dependencies from coreTestOutput
21
19
testImplementation(" org.scala-lang:scala-library:[2.13.1,3)" )
22
20
}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
28
28
)
29
29
30
30
runtimeOnly(
31
- ' ch.qos.logback:logback-classic:[1.2.3,2) ' ,
31
+ ' ch.qos.logback:logback-classic:1.3.0 ' ,
32
32
' org.glassfish.jersey.containers:jersey-container-servlet' ,
33
33
' org.glassfish.jersey.inject:jersey-hk2' ,
34
34
)
You can’t perform that action at this time.
0 commit comments