Skip to content

Commit 5e437f3

Browse files
Bump com.uber.nullaway:nullaway from 0.12.10 to 0.13.1 (#1561)
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.12.10 to 0.13.1. - [Release notes](https://github.com/uber/NullAway/releases) - [Changelog](https://github.com/uber/NullAway/blob/master/CHANGELOG.md) - [Commits](uber/NullAway@v0.12.10...v0.13.1) --- updated-dependencies: - dependency-name: com.uber.nullaway:nullaway dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Ndegwa <ndegwamartin@users.noreply.github.com>
1 parent 2f32a27 commit 5e437f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright 2020 Google LLC
3+
Copyright 2026 Google LLC
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -55,7 +55,7 @@
5555
<sonar.java.binaries>target/classes</sonar.java.binaries>
5656
<lombok.version>1.18.42</lombok.version>
5757
<errorprone.version>2.48.0</errorprone.version>
58-
<nullaway.version>0.12.10</nullaway.version>
58+
<nullaway.version>0.13.1</nullaway.version>
5959
<auto-value.version>1.11.1</auto-value.version>
6060
<mockito.version>5.2.0</mockito.version>
6161
<nullaway.annotatedPackages>com.google.fhir.analytics</nullaway.annotatedPackages>
@@ -98,6 +98,7 @@
9898
<arg>--add-exports=java.base/jdk.internal.misc=ALL-UNNAMED</arg>
9999
<arg>-XDcompilePolicy=simple</arg>
100100
<arg>--should-stop=ifError=FLOW</arg>
101+
<!-- Required when compiling on JDK 21 -->
101102
<arg>-XDaddTypeAnnotationsToSymbol=true</arg>
102103
<arg>
103104
-Xplugin:ErrorProne -XepOpt:NullAway:AnnotatedPackages=${nullaway.annotatedPackages} -XepExcludedPaths:${nullaway.excludedPaths} -XepOpt:NullAway:JSpecifyMode=true -XepOpt:NullAway:CheckOptionalEmptiness=true

0 commit comments

Comments
 (0)