File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,6 @@ testing {
237237 compileOnly(" com.google.auto.value:auto-value-annotations" )
238238 compileOnly(" com.google.errorprone:error_prone_annotations" )
239239 compileOnly(" com.google.code.findbugs:jsr305" )
240- compileOnly(" com.google.code.findbugs:annotations" )
241240
242241 implementation(" org.junit.jupiter:junit-jupiter-api" )
243242 implementation(" org.junit.jupiter:junit-jupiter-params" )
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ val DEPENDENCIES = listOf(
6161 " javax.annotation:javax.annotation-api:1.3.2" ,
6262 " com.github.stefanbirkner:system-rules:1.19.0" ,
6363 " com.google.api.grpc:proto-google-common-protos:2.49.0" ,
64- " com.google.code.findbugs:annotations:3.0.1" ,
6564 " com.google.code.findbugs:jsr305:3.0.2" ,
6665 " com.google.guava:guava-beta-checker:1.0" ,
6766 " com.sun.net.httpserver:http:20070405" ,
@@ -77,7 +76,7 @@ val DEPENDENCIES = listOf(
7776 " io.opentracing:opentracing-api:0.33.0" ,
7877 " io.opentracing:opentracing-noop:0.33.0" ,
7978 " junit:junit:4.13.2" ,
80- " nl.jqno.equalsverifier:equalsverifier:3.17.4 " ,
79+ " nl.jqno.equalsverifier:equalsverifier:3.17.5 " ,
8180 " org.awaitility:awaitility:4.2.2" ,
8281 " org.bouncycastle:bcpkix-jdk15on:1.70" ,
8382 " org.codehaus.mojo:animal-sniffer-annotations:1.24" ,
You can’t perform that action at this time.
0 commit comments