This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 13db48777693 chore(deps): Bump com.uber.nullaway:nullaway from 0.13.6
to 0.13.7 (#24074)
13db48777693 is described below
commit 13db48777693a53fbd1ec6e7fbe9be19331adf3d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 17 11:48:42 2026 +0200
chore(deps): Bump com.uber.nullaway:nullaway from 0.13.6 to 0.13.7 (#24074)
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from
0.13.6 to 0.13.7.
- [Release notes](https://github.com/uber/NullAway/releases)
- [Changelog](https://github.com/uber/NullAway/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber/NullAway/compare/v0.13.6...v0.13.7)
---
updated-dependencies:
- dependency-name: com.uber.nullaway:nullaway
dependency-version: 0.13.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index a57f3ba8164a..19d53222a0f0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -323,7 +323,7 @@
<!-- NullAway / Error Prone (used by -Pnullcheck profile, requires JDK
21+) -->
<error-prone-version>2.50.0</error-prone-version>
- <nullaway-version>0.13.6</nullaway-version>
+ <nullaway-version>0.13.7</nullaway-version>
<jt400-version>21.0.6</jt400-version>
<jte-version>3.2.4</jte-version>
<junit-jupiter-version>5.14.4</junit-jupiter-version>