Skip to content

Commit ee8d735

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

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

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

dependencyManagement/build.gradle.kts

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

0 commit comments

Comments
 (0)