Skip to content

Commit e5868eb

Browse files
authored
update logback core to 1.15.20 (#1143)
Signed-off-by: ps48 <pshenoy36@gmail.com>
1 parent 2779d57 commit e5868eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ configurations.all {
175175
force "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.4"
176176
force "org.yaml:snakeyaml:2.0"
177177
force "org.slf4j:slf4j-api:2.0.7"
178-
force "ch.qos.logback:logback-classic:1.5.16"
179-
force "ch.qos.logback:logback-core:1.5.16"
178+
force "ch.qos.logback:logback-classic:1.5.20"
179+
force "ch.qos.logback:logback-core:1.5.20"
180180
}
181181
}
182182

0 commit comments

Comments
 (0)