Skip to content

Commit e30b93f

Browse files
renovate[bot]trask
andauthored
fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.14 (#15541)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
1 parent 84669f7 commit e30b93f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

conventions/src/main/kotlin/otel.nullaway-conventions.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ nullaway {
1818

1919
tasks {
2020
withType<JavaCompile>().configureEach {
21-
options.errorprone {
22-
// workaround for https://github.com/google/error-prone/issues/5387
23-
check("RequireExplicitNullMarking", CheckSeverity.OFF)
24-
}
2521
options.errorprone.nullaway {
2622
if (name.contains("test", ignoreCase = true)) {
2723
disable()

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ val DEPENDENCIES = listOf(
8585
"io.r2dbc:r2dbc-proxy:1.1.6.RELEASE",
8686
"ch.qos.logback:logback-classic:1.3.16", // 1.4+ requires Java 11+
8787
"uk.org.webcompere:system-stubs-jupiter:2.0.3",
88-
"com.uber.nullaway:nullaway:0.12.13",
88+
"com.uber.nullaway:nullaway:0.12.14",
8989
"commons-beanutils:commons-beanutils:1.11.0",
9090
"commons-cli:commons-cli:1.11.0",
9191
"commons-codec:commons-codec:1.20.0",

0 commit comments

Comments
 (0)