Skip to content

Commit

Permalink
Bump slf4j version 2.0.16
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Dec 17, 2024
1 parent 247b5c6 commit 8976bce
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
8 changes: 8 additions & 0 deletions app/conf/reflect-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"queryAllPublicMethods":true,
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"ch.qos.logback.classic.joran.SerializedModelConfigurator",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"ch.qos.logback.classic.pattern.DateConverter",
"methods":[{"name":"<init>","parameterTypes":[] }]
Expand All @@ -41,6 +45,10 @@
"name":"ch.qos.logback.classic.pattern.ThreadConverter",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"ch.qos.logback.classic.util.DefaultJoranConfigurator",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"ch.qos.logback.core.ConsoleAppender",
"queryAllPublicMethods":true,
Expand Down
4 changes: 4 additions & 0 deletions app/conf/resource-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@
"pattern":"\\Qcom/knuddels/jtokkit/cl100k_base.tiktoken\\E"
}, {
"pattern":"\\Qio/seqera/wave/cli/usage-examples.txt\\E"
}, {
"pattern":"\\Qlogback-test.scmo\\E"
}, {
"pattern":"\\Qlogback-test.xml\\E"
}, {
"pattern":"\\Qlogback.scmo\\E"
}, {
"pattern":"\\Qlogback.xml\\E"
}, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ dependencies {
implementation 'org.apache.commons:commons-text:1.9'
}

implementation "org.slf4j:jcl-over-slf4j:2.0.7"
implementation "org.slf4j:jul-to-slf4j:2.0.7"
implementation "org.slf4j:log4j-over-slf4j:2.0.7"
implementation "org.slf4j:slf4j-api:2.0.16"
implementation "org.slf4j:jcl-over-slf4j:2.0.16"
implementation "org.slf4j:jul-to-slf4j:2.0.16"
implementation "org.slf4j:log4j-over-slf4j:2.0.16"
implementation "ch.qos.logback:logback-classic:1.5.12"
implementation "ch.qos.logback:logback-core:1.5.12"

Expand Down

0 comments on commit 8976bce

Please sign in to comment.