Skip to content

Commit 56f7366

Browse files
authored
update logback core to 1.15.20 (#1960)
Signed-off-by: ps48 <pshenoy36@gmail.com>
1 parent e461268 commit 56f7366

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
@@ -152,8 +152,8 @@ configurations.all {
152152
force "org.mockito:mockito-core:${versions.mockito}"
153153
force "org.yaml:snakeyaml:${versions.snakeyaml}"
154154
force "org.slf4j:slf4j-api:2.0.0"
155-
force "ch.qos.logback:logback-classic:1.5.16"
156-
force "ch.qos.logback:logback-core:1.5.16"
155+
force "ch.qos.logback:logback-classic:1.5.20"
156+
force "ch.qos.logback:logback-core:1.5.20"
157157
}
158158
}
159159

0 commit comments

Comments
 (0)