File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ 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" )
240241
241242 implementation(" org.junit.jupiter:junit-jupiter-api" )
242243 implementation(" org.junit.jupiter:junit-jupiter-params" )
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ 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" ,
6465 " com.google.code.findbugs:jsr305:3.0.2" ,
6566 " com.google.guava:guava-beta-checker:1.0" ,
6667 " com.sun.net.httpserver:http:20070405" ,
@@ -76,7 +77,7 @@ val DEPENDENCIES = listOf(
7677 " io.opentracing:opentracing-api:0.33.0" ,
7778 " io.opentracing:opentracing-noop:0.33.0" ,
7879 " junit:junit:4.13.2" ,
79- " nl.jqno.equalsverifier:equalsverifier:3.17.3 " ,
80+ " nl.jqno.equalsverifier:equalsverifier:3.17.4 " ,
8081 " org.awaitility:awaitility:4.2.2" ,
8182 " org.bouncycastle:bcpkix-jdk15on:1.70" ,
8283 " org.codehaus.mojo:animal-sniffer-annotations:1.24" ,
You can’t perform that action at this time.
0 commit comments