This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-extras.git
The following commit(s) were added to refs/heads/develop by this push:
new 04dac907 chore(deps): bump org.checkerframework:checker-qual from
4.2.0 to 4.2.1 (#739)
04dac907 is described below
commit 04dac9074efbd8ce33ae4c77ae0a12a30227de0a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 2 06:38:37 2026 +0200
chore(deps): bump org.checkerframework:checker-qual from 4.2.0 to 4.2.1
(#739)
Bumps
[org.checkerframework:checker-qual](https://github.com/typetools/checker-framework)
from 4.2.0 to 4.2.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-4.2.0...checker-framework-4.2.1)
---
updated-dependencies:
- dependency-name: org.checkerframework:checker-qual
dependency-version: 4.2.1
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>
---
plc4j/integrations/apache-calcite/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plc4j/integrations/apache-calcite/pom.xml
b/plc4j/integrations/apache-calcite/pom.xml
index c774d307..e37a63d9 100644
--- a/plc4j/integrations/apache-calcite/pom.xml
+++ b/plc4j/integrations/apache-calcite/pom.xml
@@ -115,7 +115,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
- <version>4.2.0</version>
+ <version>4.2.1</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>