This is an automated email from the ASF dual-hosted git repository.
apupier 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 893fa3c4955b chore(deps): Bump org.checkerframework:checker from
3.54.0 to 3.54.1
893fa3c4955b is described below
commit 893fa3c4955b84048bb8ecd3802e50864c94dd88
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 3 07:43:28 2026 +0000
chore(deps): Bump org.checkerframework:checker from 3.54.0 to 3.54.1
Bumps
[org.checkerframework:checker](https://github.com/typetools/checker-framework)
from 3.54.0 to 3.54.1.
- [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.54.0...checker-framework-3.54.1)
---
updated-dependencies:
- dependency-name: org.checkerframework:checker
dependency-version: 3.54.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 53c7fb2ded80..10e417674bc8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -105,7 +105,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.54.0</checker-framework-version>
+ <checker-framework-version>3.54.1</checker-framework-version>
<chicory-version>1.7.5</chicory-version>
<chunk-templates-version>3.6.2</chunk-templates-version>
<citrus-version>4.9.4</citrus-version>