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 82f08d5c01f4 chore(deps): Bump org.checkerframework:checker from
3.52.1 to 3.53.0 (#20709)
82f08d5c01f4 is described below
commit 82f08d5c01f4d99a11dcb92f33873357bfb5ea8b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 8 07:18:59 2026 +0100
chore(deps): Bump org.checkerframework:checker from 3.52.1 to 3.53.0
(#20709)
Bumps
[org.checkerframework:checker](https://github.com/typetools/checker-framework)
from 3.52.1 to 3.53.0.
- [Release notes](https://github.com/typetools/checker-framework/releases)
-
[Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md)
-
[Commits](https://github.com/typetools/checker-framework/compare/checker-framework-3.52.1...checker-framework-3.53.0)
---
updated-dependencies:
- dependency-name: org.checkerframework:checker
dependency-version: 3.53.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 b1e90d91da81..e35787c87e00 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -102,7 +102,7 @@
<!-- This is exclusively required in camel-aws-xray as the dependency
is leaking a build time annotation
TODO: remove when this issue is solved
https://github.com/aws/aws-xray-sdk-java/issues/441
-->
- <checker-framework-version>3.52.1</checker-framework-version>
+ <checker-framework-version>3.53.0</checker-framework-version>
<chicory-version>1.6.1</chicory-version>
<chromadb-client-version>0.1.7</chromadb-client-version>
<chunk-templates-version>3.6.2</chunk-templates-version>