Skip to content

Commit 3928feb

Browse files
fix(deps): update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.5 (#6926)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jack Berg <[email protected]>
1 parent 1f8ee51 commit 3928feb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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")

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)