Skip to content

Commit 67a886e

Browse files
renovate[bot]trask
andauthored
fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.14 (#7892)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Trask Stalnaker <[email protected]>
1 parent ef17aa5 commit 67a886e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ tasks {
8888
// We annotate packages with @ParametersAreNonnullByDefault from com.google.code.findbugs:jsr305.
8989
// @NullMarked is the equivalent from jspecify.
9090
disable("AddNullMarkedToPackageInfo")
91-
disable("RequireExplicitNullMarking")
9291

9392
// This check causes too many changes to be introduced at once to be manageable.
9493
disable("SuppressWarningsWithoutExplanation")

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ val DEPENDENCIES = listOf(
7575
"com.sun.net.httpserver:http:20070405",
7676
"com.squareup.okhttp3:okhttp:$okhttpVersion",
7777
"com.tngtech.archunit:archunit-junit5:1.4.1",
78-
"com.uber.nullaway:nullaway:0.12.13",
78+
"com.uber.nullaway:nullaway:0.12.14",
7979
"edu.berkeley.cs.jqf:jqf-fuzz:1.7", // jqf-fuzz version 1.8+ requires Java 11+
8080
"eu.rekawek.toxiproxy:toxiproxy-java:2.1.11",
8181
"io.github.netmikey.logunit:logunit-jul:2.0.0",

0 commit comments

Comments
 (0)