We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e461268 commit 56f7366Copy full SHA for 56f7366
build.gradle
@@ -152,8 +152,8 @@ configurations.all {
152
force "org.mockito:mockito-core:${versions.mockito}"
153
force "org.yaml:snakeyaml:${versions.snakeyaml}"
154
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"
+ force "ch.qos.logback:logback-classic:1.5.20"
+ force "ch.qos.logback:logback-core:1.5.20"
157
}
158
159
0 commit comments