We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4125ec commit e3a2d5cCopy full SHA for e3a2d5c
dependencyManagement/build.gradle.kts
@@ -35,11 +35,11 @@ dependencies {
35
api("org.mockito:mockito-core:4.11.0")
36
api("org.mockito:mockito-inline:4.11.0")
37
api("org.mockito:mockito-junit-jupiter:4.11.0")
38
- api("org.slf4j:slf4j-api:2.0.16")
39
- api("org.slf4j:slf4j-simple:2.0.16")
40
- api("org.slf4j:log4j-over-slf4j:2.0.16")
41
- api("org.slf4j:jcl-over-slf4j:2.0.16")
42
- api("org.slf4j:jul-to-slf4j:2.0.16")
+ api("org.slf4j:slf4j-api:2.0.17")
+ api("org.slf4j:slf4j-simple:2.0.17")
+ api("org.slf4j:log4j-over-slf4j:2.0.17")
+ api("org.slf4j:jcl-over-slf4j:2.0.17")
+ api("org.slf4j:jul-to-slf4j:2.0.17")
43
44
api("com.google.code.findbugs:annotations:3.0.1u2")
45
api("com.google.code.findbugs:jsr305:3.0.2")
0 commit comments