You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2023/01/11 11:11:21 UTC

[plc4x] branch develop updated: build(deps): bump checker-qual from 3.28.0 to 3.29.0 (#729)

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.git


The following commit(s) were added to refs/heads/develop by this push:
     new c38612ca75 build(deps): bump checker-qual from 3.28.0 to 3.29.0 (#729)
c38612ca75 is described below

commit c38612ca751f775c790f23952d124534f6bf7c4e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 11 12:11:16 2023 +0100

    build(deps): bump checker-qual from 3.28.0 to 3.29.0 (#729)
    
    Bumps [checker-qual](https://github.com/typetools/checker-framework) from 3.28.0 to 3.29.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.28.0...checker-framework-3.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.checkerframework:checker-qual
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@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 dbe8749bfb..17a17eba71 100644
--- a/plc4j/integrations/apache-calcite/pom.xml
+++ b/plc4j/integrations/apache-calcite/pom.xml
@@ -158,7 +158,7 @@
       <dependency>
         <groupId>org.checkerframework</groupId>
         <artifactId>checker-qual</artifactId>
-        <version>3.28.0</version>
+        <version>3.29.0</version>
       </dependency>
       <dependency>
         <groupId>com.google.errorprone</groupId>