File tree Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1717 "queryAllPublicMethods" :true ,
1818 "methods" :[{"name" :" <init>" ,"parameterTypes" :[] }]
1919},
20+ {
21+ "name" :" ch.qos.logback.classic.joran.SerializedModelConfigurator" ,
22+ "methods" :[{"name" :" <init>" ,"parameterTypes" :[] }]
23+ },
2024{
2125 "name" :" ch.qos.logback.classic.pattern.DateConverter" ,
2226 "methods" :[{"name" :" <init>" ,"parameterTypes" :[] }]
4145 "name" :" ch.qos.logback.classic.pattern.ThreadConverter" ,
4246 "methods" :[{"name" :" <init>" ,"parameterTypes" :[] }]
4347},
48+ {
49+ "name" :" ch.qos.logback.classic.util.DefaultJoranConfigurator" ,
50+ "methods" :[{"name" :" <init>" ,"parameterTypes" :[] }]
51+ },
4452{
4553 "name" :" ch.qos.logback.core.ConsoleAppender" ,
4654 "queryAllPublicMethods" :true ,
Original file line number Diff line number Diff line change 2626 "pattern" :" \\ Qcom/knuddels/jtokkit/cl100k_base.tiktoken\\ E"
2727 }, {
2828 "pattern" :" \\ Qio/seqera/wave/cli/usage-examples.txt\\ E"
29+ }, {
30+ "pattern" :" \\ Qlogback-test.scmo\\ E"
2931 }, {
3032 "pattern" :" \\ Qlogback-test.xml\\ E"
33+ }, {
34+ "pattern" :" \\ Qlogback.scmo\\ E"
3135 }, {
3236 "pattern" :" \\ Qlogback.xml\\ E"
3337 }, {
Original file line number Diff line number Diff line change @@ -18,11 +18,12 @@ dependencies {
1818 implementation ' org.apache.commons:commons-text:1.9'
1919 }
2020
21- implementation " org.slf4j:jcl-over-slf4j:2.0.7"
22- implementation " org.slf4j:jul-to-slf4j:2.0.7"
23- implementation " org.slf4j:log4j-over-slf4j:2.0.7"
24- implementation " ch.qos.logback:logback-classic:1.4.6"
25- implementation " ch.qos.logback:logback-core:1.4.6"
21+ implementation " org.slf4j:slf4j-api:2.0.16"
22+ implementation " org.slf4j:jcl-over-slf4j:2.0.16"
23+ implementation " org.slf4j:jul-to-slf4j:2.0.16"
24+ implementation " org.slf4j:log4j-over-slf4j:2.0.16"
25+ implementation " ch.qos.logback:logback-classic:1.5.12"
26+ implementation " ch.qos.logback:logback-core:1.5.12"
2627
2728 // Use JUnit Jupiter for testing.
2829 testImplementation ' org.junit.jupiter:junit-jupiter:5.9.1'
You can’t perform that action at this time.
0 commit comments