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 3dd14f2 commit 5f0d516Copy full SHA for 5f0d516
build.gradle.kts
@@ -43,7 +43,7 @@ dependencies {
43
implementation("org.openjdk.jmh:jmh-core:$jmhVersion")
44
annotationProcessor("org.openjdk.jmh:jmh-generator-annprocess:$jmhVersion")
45
implementation("com.fasterxml.jackson.core:jackson-databind")
46
- implementation("com.github.spotbugs:spotbugs-annotations:4.8.4")
+ implementation("com.github.spotbugs:spotbugs-annotations:4.8.5")
47
implementation("org.creekservice:creek-test-util:$creekVersion")
48
implementation("org.ow2.asm:asm:9.7")
49
0 commit comments