Skip to content

fix(deps): update dependency com.uber.nullaway:nullaway to v0.14.1 - #32

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/com.uber.nullaway-nullaway-0.x
Open

fix(deps): update dependency com.uber.nullaway:nullaway to v0.14.1#32
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/com.uber.nullaway-nullaway-0.x

Conversation

@renovate

@renovate renovate Bot commented Nov 20, 2023

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
com.uber.nullaway:nullaway 0.10.160.14.1 age confidence

Release Notes

uber/NullAway (com.uber.nullaway:nullaway)

v0.14.1

Several bug fixes in this release, particularly for JSpecifyExperimental.
Thanks to all who tested out this mode, reported bugs, and contributed! Please
continue to test and send feedback. See the 0.14.0 release notes below for
more information on JSpecifyExperimental.

  • Fix restoring nullness annotations from an unbounded wildcard to a captured type (#​1717)
  • JSpecify: support anonymous diamond classes by @​subhramit (#​1710)
  • Fix attribute errors reported during dataflow (#​1736)
  • Apply library models to an overridden method type when checking overrides (#​1722)
  • Deduplicate generic inference failure warnings (#​1741)
  • Preserve nested nullness annotations through inheritance (#​1742)
  • Fix crash for generic qualifiers in method references (#​1744)
  • Cache immutable stubx library models (#​1745)
  • Allow nullable method references for void functions (#​1747)
  • Preserve nested nullness in enhanced-for variable types (#​1748)
  • Track nullable elements in enhanced-for dataflow (#​1749)
  • Honor ignored methods in null-marked library models (#​1753)
  • Avoid crashes on malformed @Contract arity (fixes #​1726) (#​1756)
  • Inherit null-implies-null models across overrides (#​1758)
  • Fix inference for annotated type variable uses (#​1759)
  • Preserve contract unreachability across store joins (#​1761)
  • Prevent recursion on self-referential wildcard bounds (#​1763)
  • Work around pre-JDK-25 limitations in reading upper bounds from wildcard arguments in bytecode (#​1764)
  • Improve diagnostics for non-null type variable bounds (#​1770)
  • Fix override checks for method type variables bounded by a class type variable by @​pivovarit (#​1775)
  • Maintenance

v0.14.0

This release has significant improvements to JSpecify support, including
improved support for wildcards and integration of the standard library
nullability annotations from https://github.com/jspecify/jdk. Much of this
new support is gated behind a new JSpecifyExperimental flag, which is off by
default. We disable the flag by default since this new support leads to many
new errors in existing projects (mostly from the new JDK models), and because we
need more real-world testing before enabling it by default. We encourage
projects to enable the JSpecifyExperimental flag (alongside JSpecify mode) and
to report any issues that arise. We expect to turn JSpecifyExperimental on
by default in a future release.

Aside from the above, you may observe some newly reported warnings in JSpecify
mode, due to other checking improvements.

This release also removes the LegacyAnnotationLocations flag. Type-use
annotations must now be placed correctly on qualified and array types, even
outside JSpecify mode, see details here:

https://github.com/uber/NullAway/wiki/JSpecify-Support#type-use-annotation-placement

Beyond the above, we had useful changes from a variety of new contributors;
thanks so much!

  • Remove LegacyAnnotationLocations flag (#​1640)
  • Handle signature-polymorphic calls in InvocationArguments (#​1644)
  • Fix handling of reference to method with @Nullable parameter from library model (#​1642)
  • Enable JSpecify JDK models (under a flag) (#​1641)
  • Enable JSpecify JDK models for regression tests (#​1646)
  • Fix bug with lambdas assigned to locals with a wildcard in their type (#​1647)
  • Add JSpecifyExperimental configuration flag (#​1648)
  • Improve wildcard mismatch diagnostics for identical-looking types (#​1627)
  • Enable inference failure warnings in experimental mode, and fix related bug in library models (#​1649)
  • Fix inference bug with generic instance methods (#​1654)
  • Fixes related to captured types and inference (#​1655)
  • Augment NullAway error / fix serialization for Annotator auto fix mode by @​nimakarimipour (#​1322)
  • More consistent checks for captured types (#​1662)
  • Update to JSpecify 1.0.1 (#​1665)
  • Add test for issue 1671 (#​1673)
  • Test case and fix for issue 1672 (#​1674)
  • Fix subtype checking for nested captured types (#​1663)
  • Handle interaction of captured types and library models (#​1666)
  • Follow-on fix for restoring annotation on captured type wildcards (#​1667)
  • Fix subtle issue with invalid TreePaths (#​1681)
  • Honor @​Contract when a @​Nullable method is used as a method reference by @​Eljees (#​1679)
  • Defensively thread path into NestedTypeVarSubstitutionRepairVisitor (#​1683)
  • More TreePath hardening (#​1684)
  • Harden TypeSubstitutionUtils type copies (#​1669)
  • Handle unbound wildcards and interactions with captured types better (#​1668)
  • Improve error messages involving capture variables (#​1675)
  • Update JarInfer to skip synthetic methods (#​1686)
  • Fix bug with storing library model type variable upper bounds (#​1687)
  • Fixes for processing return array types and multi-dimensional array types in AstubxGenerator (#​1689)
  • Pretty-print substituted types in bad-override error messages by @​dbwiddis (#​1697)
  • Add test for issue 1693 (#​1698)
  • JSpecify: support annotated type arguments from an enclosing class by @​dbwiddis (#​1699)
  • Fix crash in @​Contract dataflow init for zero-argument methods by @​dbwiddis (#​1701)
  • Support method-based conditional library model postconditions by @​Shankar-v27 (#​1677)
  • Update JSpecify JDK astubx (#​1702)
  • JSpecify: preserve array element nullability through requireNonNull by @​kamilkrzywanski (#​1645)
  • Add positive test cases for annotations on generic method return types by @​dbwiddis (#​1704)
  • Add regression test for inner classes inheriting enclosing type arguments by @​dbwiddis (#​1703)
  • Fix JSpecify false negative when override narrows method type variable bound by @​arimu1 (#​1682)
  • Fix bug with library-modeled return types, method references, and streams (#​1706)
  • Rename MethodInferenceResult to CallInferenceResult (#​1692)
  • Generalize generic-call inference internals to call expressions (#​1707)
  • Basic nullability inference for diamond constructor type arguments (#​1708)
  • Handle nested generic diamond call inference (#​1544)
  • Rename getExecutableTypeForInference and improve Javadoc (#​1709)
  • Maintenance
    • Add policy on AI-generated PRs (#​1635)
    • Enable CodeRabbit reviews for all base branches (#​1650)
    • Fix Javadoc errors and allow future Javadoc errors to fail the build (#​1652)
    • Test on JDK 28 early access (#​1653)
    • Update to latest Shadow plugin (#​1658)
    • Remove duplicate NestedAnnotationInfo source from NullAway module (#​1659)
    • Fix Javadoc warnings (#​1660)
    • Fixes to JarInfer test harness and test inputs (#​1670)
    • Address zizmor findings (#​1676)
    • Update to Checker Dataflow 4.2.2 (#​1678)
    • Convert various classes to records (#​1685)
    • Update script to use snapshot builds in integration tests (#​1691)
    • Replace deprecated addSourceFile calls with addSourceLines in FrameworkTests by @​dbwiddis (#​1695)
    • Migrate InitializationTests to addSourceLines by @​abdeltaehass (#​1694)
    • Migrate anonymous class test to addSourceLines by @​terminalchai (#​1696)

v0.13.8

Mostly minor bug fixes. Note that NullAway now treats Map.remove as returning @Nullable (#​1623), which may lead
to newly-reported warnings.

v0.13.7

This is a minor bug fix release addressing a couple of issues observed in 0.13.6.

  • Add support for filtering null objects from streams in #​1597
  • Report init warnings for JPA constructors with arguments in #​1604
  • Maintenance

v0.13.6

(NOTE: originally these notes appeared with the 0.13.5 release, but that release was pushed
incorrectly due to an error in our release process.)

Includes various bug fixes, particularly in JSpecify mode. Also, the nullaway-annotations
artifact now includes a @Contract annotation. NullAway also now has a built-in handler
to reason about field initialization in classes managed by Jakarta Persistence.

Work has begun on support for wildcards in JSpecify mode. Currently, this support is off
by default, guarded by the configuration flag HandleWildcardGenerics. The support still
has multiple known bugs, and we do not yet recommend enabling it.

  • Initial subtype checking for wildcards (#​1520)
  • Handle subtype checking for wildcard super bounds (#​1547)
  • Handle most remaining wildcard subtyping / containment cases (#​1548)
  • Test case for #​1528 (#​1556)
  • Initial inference for wildcards (#​1549)
  • Fix wildcard inference bug with method references (#​1553)
  • Fix nullability for return and parameter wildcards (#​1558)
  • Test case for trick to assert chain of accesses is non-null (#​1566)
  • Improve inference failure error message (#​1567)
  • Adjust more TreePaths to have correct leaf before calling getTreeType (#​1570)
  • Add Contract annotation to nullaway-annotations by @​codingkiddo (#​1569)
  • Run inference for generic method calls nested inside receivers (#​1571)
  • Refactor hasAnyAnnotationMatching method (#​1583)
  • Improve handling of var-declared local variables (#​1573)
  • Compensate for more annotations inserted by javac (#​1574)
  • Enable test for issue 1500 and add comment (#​1560)
  • Use ground target types when handling lambdas and method refs passed to generic methods (#​1575)
  • Fix for unbounded wildcard passed to @NullUnmarked type variable (#​1577)
  • Detect and warn on annotations directly on wildcard types (#​1579)
  • Enable HandleWildcardGenerics flag when building NullAway (#​1586)
  • Report error when @​Initializer is used on a constructor by @​Vinu2111 (#​1546)
  • Add a handler for Jakarta Persistence to reason about field initialization (#​1584)
  • Revert "Report error when @​Initializer is used on a constructor (#​1546)" (#​1588)
  • Maintenance
    • Use Jacoco 0.8.15 snapshot (#​1550)
    • Update to Gradle 9.5.0 (#​1554)
    • Test with latest Error Prone snapshot on CI (#​1555)
    • Add Spring Boot as an integration test (#​1557)
    • Enable generic bytecode tests on JDK 17 (#​1561)
    • Update spotless and guava-latest deps, removed unused semver4j (#​1562)
    • Use text blocks in more tests (#​1563)
    • Use text blocks for addInputLines and addOutputLines calls (#​1564)
    • Use Temurin JDK 17 always in CI (#​1565)
    • Tell agents not to run multiple Gradle builds in parallel (#​1582)
    • Update Codecov action to v6 (#​1587)

v0.13.5

DO NOT USE THIS RELEASE. It was pushed incorrectly due to an error in our release process.
Please use version 0.13.6 instead.

v0.13.4

Fixes a couple of crashes when running NullAway on JDK 27 ea builds. Also modularizes the annotations jar.

v0.13.3

Quick follow-up release to 0.13.2 to fix a crash (#​1523).

v0.13.2

Various bug fixes in this release and better JSpecify support.

  • Fix for explicitly-typed lambda parameters in JDK 24+ (#​1452)
  • Improve handling of wildcard upper bounds in generic method inference by @​dhruv-agr (#​1454)
  • Add default support for @​PostConstruct as an initializer annotation (#​1459)
  • Include nested annotation information in astubx files when loading external library models by @​haewiful (#​1456)
  • JSpecify: assume NONNULL in generic method inference for unconstrained type variables (#​1471)
  • JSpecify: improve inference for generic methods based on method reference arguments (#​1438)
  • Improve printing of annotated type variables in error messages (#​1478)
  • Initial handling of constructor diamond operators (#​1464)
  • Handle restrictive type-use @NonNull annotations on varargs array (#​1484)
  • Test case for issue 1493 (#​1496)
  • Fix library modeling for varargs arrays (#​1485)
  • Re-introduce annotations elided by javac for certain cases (#​1473)
  • JDK javac plugin: properly handle nested annotations on array parameter types and varargs (#​1497)
  • Print only @Nullable type use annotations in error messages (#​1507)
  • Better handling of method references passed to generic methods in JSpecify mode (#​1499)
  • Support for Spring's @​Value annotation (#​1505)
  • Fix crash with captured array types (#​1508)
  • Maintenance

v0.13.1

  • Improve verification of !null -> !null contracts (#​1441)
  • Substitute inferred @NonNull types for generic method inference (#​1445)
  • Better support for some contracts with boolean argument constraints (#​1447)
  • Maintenance
    • Add junit-framework as another integration test (#​1446)

v0.13.0

NullAway now requires a minimum of JDK 17 and Error Prone 2.36.0 to run; we bump the version to 0.13.0 to reflect these
updated requirements. There are also many improvements to JSpecify mode support, and several nice changes and
improvements from first-time contributors.

  • Support added for JUnit's @​TempDir by @​romainmoreau (#​1387)
  • Use OptimizedLibraryModels for method type variable upper bounds (#​1388)
  • Add @​InjectWireMock as known excluded field annotation (#​1391)
  • Require JDK 17 to run NullAway (#​1394)
  • Support adding nested nullability annotations in library models (#​1407)
  • Add library model for AtomicReferenceFieldUpdater (#​1409)
  • Correctly get parameter types for a lambda whose type was inferred (#​1348)
  • Add Mockito annotations to default excluded field annotations by @​murdos (#​1418)
  • Properly identify annotations directly on the array element type of a Symbol (#​1419)
  • Update to Checker Framework 3.53.0 (#​1429)
  • JSpecify: Apply annotations on type variables to lambdas in more cases (#​1428)
  • Migrate AutoValue to Records by @​rishikraj990 (#​1415)
  • Bump minimum Error Prone version to 2.36.0, and add detection of nullable dereference by switch expressions (#​1427)
  • JSpecify: Improve handling of method references (#​1430)
  • Allow suppressing nullaway on individual parameters by @​jackwickham (#​1436)
  • Update jdk-javac-plugin to contain nested annotations by @​haewiful (#​1432)
  • Maintenance
    • Delete code to generate library models from source (#​1385)
    • Refactor: Migration to Version Catalog completed by @​vitinh0z (#​1386)
    • Bump Gradle to 9.2.1 (#​1392)
    • Update to Error Prone 2.45.0 (#​1401)
    • Stop matching switch expression kind using strings (#​1404)
    • Refactoring: clarify docs and naming for RestoreNullnessAnnotationsVisitor (#​1406)
    • Refactoring: rename method and field (#​1405)
    • Run NullAway on jdk-javac-plugin code (#​1408)
    • Clarify comment in test (#​1411)
    • Enable PatternMatchingInstanceOf check and fix all warnings (#​1412)
    • Enable StatementSwitchToExpressionSwitch check and fix all warnings (#​1413)
    • bump and remove some dependencies (#​1414)
    • Update minimum supported Error Prone version to 2.25.0 (#​1421)
    • Update CI to run builds on JDK 25 (#​1422)
    • Various cleanups suggested by IntelliJ (#​1423)
    • Convert test data in main NullAway tests to use text blocks (#​1424)
    • Refactor CoreTests and UnannotatedTests to use addSourceLines and inline test data by @​cobayo (#​1426)
    • Refactor ContractsTests to use Java text blocks by @​cobayo (#​1435)
    • Update Error Prone and errorprone-plugin versions (#​1434)

v0.12.15

NullAway now includes a BOM artifact com.uber.nullaway:nullaway-bom. Otherwise, this release contains a few bug
fixes and improvements to JSpecify support.

  • Fix URL for RequireExplicitNullMarking checker (#​1369)
  • Handle annotations on type variables in return and field types (#​1371)
  • Change how recursive calls to dataflow are detected (#​1374)
  • JSpecify: use type on identifier when its type is a type variable (#​1378)
  • Include method type parameters in astubx files. by @​haewiful (#​1370)
  • Create nullaway-bom project (#​1130) by @​lpireyn (#​1380)
  • Run dataflow analysis on bodies of lambdas passed to generic methods (#​1375)
  • Maintenance
    • Remove BaseNoOpHandler and replace with default methods in Handler (#​1376)

v0.12.14

This release fixes a bug where the new RequireExplicitNullMarking check was not fully disabled by default. It also includes a couple of performance optimizations to reduce NullAway overhead.

  • Various optimizations (#​1358)
  • Don't report matches from RequireExplicitNullMarking when run at SUGGESTION level (#​1365)
  • Optimize methods that check for annotations on a Symbol (#​1362)
  • Tune warning message for RequireExplicitNullMarking (#​1366)
  • Maintenance
    • Fix arg concatenation bug in JMH (#​1357)
    • Move wildcard-related tests to a separate test class (#​1361)

v0.12.13

NullAway now includes a new Error Prone checker, RequireExplicitNullMarking,
that checks that every class is explicitly @NullMarked or @NullUnmarked (at the class or package level), so code
is not left @NullUnmarked unintentionally. The check is disabled by default. See the docs
for further details.

NullAway also includes support for a new @PureExceptLambda annotation, contributed by @​FxMorin, to tell NullAway
to preserve nullability information from the enclosing method when analyzing the body of certain lambdas.
See the docs for details.

  • Use passed-in TreePath in one more place when available (#​1329)
  • Checker to ensure explicit null marking of every class (#​1323)
  • Bound size of alreadyRunAnalyses cache to be consistent (#​1334)
  • Improve inference for generic methods with lambda argument containing return statements by @​dhruv-agr (#​1337)
  • Add PureExceptLambda annotation by @​FxMorin (#​1325)
  • Support marking method type variable upper bounds as @Nullable in library models (#​1345)
  • Method name parsing in ExternalStubxLibraryModels class is missing a corner case by @​haewiful (#​1344)
  • Better fix for dataflow analysis caching (#​1353)
  • Maintenance

v0.12.12

This release fixes a severe performance regression introduced in NullAway 0.12.11 and we encourage all users of 0.12.11 to upgrade.

  • Address severe performance regression in dataflow analysis (#​1328)
  • Maintenance
    • Fix test args for SuggestedFixesTests (#​1324)
    • Stop passing -processorpath to CompilationTestHelper in NullAway tests (#​1326)

v0.12.11

In this release, NullAway checks the requirement that JSpecify mode is only run on a compatible javac version /
configuration, and fails if it detects an incompatibility.
See https://github.com/uber/NullAway/wiki/JSpecify-Support#supported-jdk-versions for details.

  • Use inference for generic call passed as receiver to instance method (#​1293)
  • Accept any annotation with simple name Contract, and change reporting of invalid contract annotations (#​1295)
  • Properly model AtomicReference.get() in JSpecify mode (#​1298)
  • Improve handling and error messages when using this inside an anonymous class (#​1305)
  • Generate astubx from JSON output of jdk-javac-plugin by @​haewiful (#​1243)
  • Improve inference for generic method with void-returning lambda argument by @​dhruv-agr (#​1312)
  • Use refined types from dataflow analysis in generic method inference (#​1309)
  • Fail if NullAway is run in JSpecify mode with an incompatible javac version / configuration (#​1317)
  • Jdk javac plugin: don't serialize info for classes / methods without annotations by @​haewiful (#​1316)
  • Maintenance

v0.12.10

This release contains significant improvements to inference support for generic method calls in JSpecify mode (#​1075).
We expect that many more valid calls will pass NullAway, but that some new bugs may have been introduced. Please report
any issues that you see. There is also a new flag, -XepOpt:NullAway:WarnOnGenericInferenceFailure to make NullAway
report a warning when inference fails, to help identify any issues.

  • Improved inference for generic method calls (#​1244)
  • Suppress CastToNonNull warnings for @NullUnmarked method calls by @​raccoonback (#​1258)
  • JSpecify: Fix crash when overriding with raw types (#​1265)
  • Better handle calls to super constructors and superclass methods in JSpecify mode (#​1248)
  • issue-1250 pattern matching for instanceof in switch case by @​dhruv-agr (#​1259)
  • Account for annotations in extends / implements when computing view as supertype (#​1266)
  • Bug fix with type substitutions after inference (#​1277)
  • JSpecify: Improve error messages for type incompatibility at pseudo-assignments (#​1279)
  • Support java.util.Objects.toString() by @​gulikoza (#​1283)
  • Record when generic method inference fails (#​1280)
  • issue 1275 - report unboxing warning for for-each loop by @​dhruv-agr (#​1281)
  • Abstract iterating over invocation arguments (#​1284)
  • Invoke generic method inference in more places (#​1286)
  • Maintenance
    • Build Spring with snapshot build as a CI job (#​1251)
    • Add more instance fields to GenericsChecks (#​1256)
    • remove unneeded checkNotCall call (#​1257)
    • Fail build on JDK 21 versions before 21.0.8 (#​1261)
    • Clarify JDK version to use for best JSpecify support (#​1269)
    • Simplified set of CI jobs (#​1271)
    • Build: upgrade to Gradle 9 + AGP 8.7.2 (#​1270)
    • Compile with JDK 24 (#​1276)
    • Don't use deprecated buildDir by @​mernst (#​1278)

v0.12.9

  • Add a case in our inference for generic method calls (#​1240)
  • Add library model for Apache Commons CollectionUtils.isNotEmpty, Amazon CollectionUtils.IsNullOrEmpty, and a couple Amazon StringUtils methods (#​1242)
  • Maintenance

v0.12.8

  • Document interactions between Guava and JSpecify mode in README (#​1208)
  • JSpecify: handle nullness annotations from extends / inherits clauses (#​1211)
  • Allowing NewClassTree to be passed into getGenericParameterNullnessAtInvocation (#​1210)
  • Support @​NullMarked on modules (#​1216)
  • Handle NewClassTree in compareGenericTypeParameterNullabilityForCall(#​1212) (#​1217)
  • More flexible handling of AssertJ isNotNull methods (#​1221)
  • Support AssertJ hasSize() (#​1229)
  • Inference of generic method type arguments based on returns and parameter passing (#​1226)
  • Prototype implementation of javac plugin to serialize nullness annotations (#​1225)
  • Add AdditionalSuppressionNames configuration option (#​1231)
  • Updates to deploy releases to Central Portal (#​1234)
  • Fix to handling of case null (#​1235)
  • Maintenance
    • Update to Gradle 8.14 (#​1213)
    • Update to Error Prone 2.39.0 (#​1228)
    • Fix broken link to Eradicate in README.md (#​1227)

v0.12.7

Compare Source

  • Update to Checker Framework 3.49.2 (#​1183)
  • Don't check synchronized blocks within unannotated code (#​1185)
  • Test on JDK 24 (#​1187)
  • Fix multiple issues with NewClassTrees that have enclosing expressions (#​1191)
  • Ensure classes null-marked by library model detected in all places (#​1197)
  • JSpecify: handle varargs whose element type is a type variable (#​1200)
  • Update to Error Prone 2.38.0 (#​1203)
  • Optimization to annotation stripping in library model matching (#​1204)
  • Make arg position nullness array contents nullable (#​1207)
  • Properly handle method references to null-unmarked methods (#​1205)

v0.12.6

Compare Source

  • JSpecify: view type as super in generic method inference (#​1177)
  • Infer @​Nullable type arguments for type variables from unmarked code (#​1181)
  • Convert android-jar.py to Python 3 (#​1175)
  • Suggest castToNonNull fix for unboxing error (#​1182)

v0.12.5

Compare Source

v0.12.4

Compare Source

  • Better @MonotonicNonNull support (#​1149)
  • Add support for local variables for arrays. (#​1146)
  • Ignore Spring Framework 6.2 @MockitoBean, @MockitoSpyBean fields (#​1147)
  • JSpecify: preserve explicit nullability annotations on type variables when performing substitutions (#​1143)
  • Always acknowledge restrictive annotations in JSpecify mode (#​1144)
  • Fix printing of array types in JSpecify errors (#​1145)
  • Remove need to use JSpecify's @​Nullable annotation ([#​11

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from joshuasing as a code owner November 20, 2023 04:06
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.10.17 fix(deps): update dependency com.uber.nullaway:nullaway to v0.10.18 Nov 30, 2023
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from 99eec2a to 641248f Compare November 30, 2023 21:32
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from 641248f to 6db2103 Compare December 27, 2023 21:55
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.10.18 fix(deps): update dependency com.uber.nullaway:nullaway to v0.10.19 Dec 27, 2023
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.10.19 fix(deps): update dependency com.uber.nullaway:nullaway to v0.10.20 Jan 12, 2024
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch 2 times, most recently from 09b8c62 to d399360 Compare January 14, 2024 05:31
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.10.20 fix(deps): update dependency com.uber.nullaway:nullaway to v0.10.21 Jan 14, 2024
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.10.21 fix(deps): update dependency com.uber.nullaway:nullaway to v0.10.22 Jan 29, 2024
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from d399360 to 488622f Compare January 29, 2024 23:09
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from 488622f to a84430e Compare February 15, 2024 18:35
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.10.22 fix(deps): update dependency com.uber.nullaway:nullaway to v0.10.23 Feb 15, 2024
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.10.23 fix(deps): update dependency com.uber.nullaway:nullaway to v0.10.24 Mar 4, 2024
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from a84430e to 6c77cd8 Compare March 4, 2024 20:02
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.10.24 fix(deps): update dependency com.uber.nullaway:nullaway to v0.10.25 Mar 29, 2024
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from 6c77cd8 to 4d3a70a Compare March 29, 2024 17:26
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from 4d3a70a to fc70a3b Compare May 3, 2024 15:15
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.10.25 fix(deps): update dependency com.uber.nullaway:nullaway to v0.10.26 May 3, 2024
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from fc70a3b to 1aeed41 Compare June 1, 2024 03:26
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.10.26 fix(deps): update dependency com.uber.nullaway:nullaway to v0.11.0 Jun 1, 2024
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from 1aeed41 to 52b1bb0 Compare July 29, 2024 21:20
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.11.0 fix(deps): update dependency com.uber.nullaway:nullaway to v0.11.1 Jul 29, 2024
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from 52b1bb0 to 75903b3 Compare August 19, 2024 22:55
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.11.1 fix(deps): update dependency com.uber.nullaway:nullaway to v0.11.2 Aug 19, 2024
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from 75903b3 to a51e98d Compare September 16, 2024 15:19
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.11.2 fix(deps): update dependency com.uber.nullaway:nullaway to v0.11.3 Sep 16, 2024
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from a51e98d to 3beb577 Compare October 18, 2024 17:21
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.11.3 fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.0 Oct 18, 2024
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from 3beb577 to 8b4ca44 Compare October 28, 2024 17:44
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from d99900f to 051b925 Compare April 30, 2025 05:39
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.6 fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.7 Apr 30, 2025
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from 051b925 to 0c3a8f7 Compare August 7, 2025 11:42
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.7 fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.8 Aug 7, 2025
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from 0c3a8f7 to 91c0dfd Compare August 18, 2025 19:06
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.8 fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.9 Aug 18, 2025
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from 91c0dfd to 3270aca Compare September 16, 2025 18:59
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.9 fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.10 Sep 16, 2025
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from 3270aca to ae1f211 Compare October 31, 2025 19:05
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.10 fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.11 Oct 31, 2025
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from ae1f211 to 613ce7e Compare November 4, 2025 23:14
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.11 fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.12 Nov 4, 2025
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from 613ce7e to 3eb3b38 Compare December 1, 2025 16:02
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.12 fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.13 Dec 1, 2025
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.13 fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.14 Dec 4, 2025
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from 3eb3b38 to 237f43a Compare December 4, 2025 21:41
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from 237f43a to 85294a2 Compare December 19, 2025 22:01
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.14 fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.15 Dec 19, 2025
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from 85294a2 to 80bbc4b Compare January 20, 2026 17:49
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.15 fix(deps): update dependency com.uber.nullaway:nullaway to v0.13.0 Jan 20, 2026
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from 80bbc4b to 08b2e19 Compare January 27, 2026 02:28
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.13.0 fix(deps): update dependency com.uber.nullaway:nullaway to v0.13.1 Jan 27, 2026
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from 08b2e19 to dc1f933 Compare April 11, 2026 13:39
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.13.1 fix(deps): update dependency com.uber.nullaway:nullaway to v0.13.2 Apr 11, 2026
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from dc1f933 to dfcf107 Compare April 14, 2026 06:58
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.13.2 fix(deps): update dependency com.uber.nullaway:nullaway to v0.13.3 Apr 14, 2026
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from dfcf107 to 9878c53 Compare April 21, 2026 21:33
@renovate renovate Bot changed the title fix(deps): update dependency com.uber.nullaway:nullaway to v0.13.3 fix(deps): update dependency com.uber.nullaway:nullaway to v0.13.4 Apr 21, 2026
@renovate
renovate Bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from 9878c53 to 08bd74f Compare June 4, 2026 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants