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 2022/09/12 07:59:25 UTC

[plc4x] branch develop updated: build(deps): bump calcite-core.version from 1.31.0 to 1.32.0 (#496)

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 da256cd75 build(deps): bump calcite-core.version from 1.31.0 to 1.32.0 (#496)
da256cd75 is described below

commit da256cd7581b6b1fda3d7c2094e9c8311b9342e0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 12 09:59:17 2022 +0200

    build(deps): bump calcite-core.version from 1.31.0 to 1.32.0 (#496)
    
    Bumps `calcite-core.version` from 1.31.0 to 1.32.0.
    
    Updates `calcite-core` from 1.31.0 to 1.32.0
    - [Release notes](https://github.com/apache/calcite/releases)
    - [Commits](https://github.com/apache/calcite/compare/calcite-1.31.0...calcite-1.32.0)
    
    Updates `calcite-linq4j` from 1.31.0 to 1.32.0
    - [Release notes](https://github.com/apache/calcite/releases)
    - [Commits](https://github.com/apache/calcite/compare/calcite-1.31.0...calcite-1.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.calcite:calcite-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.calcite:calcite-linq4j
      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 ecc5a2c47..c70e6c10e 100644
--- a/plc4j/integrations/apache-calcite/pom.xml
+++ b/plc4j/integrations/apache-calcite/pom.xml
@@ -32,7 +32,7 @@
   <name>PLC4J: Integrations: Apache Calcite</name>
 
   <properties>
-    <calcite-core.version>1.31.0</calcite-core.version>
+    <calcite-core.version>1.32.0</calcite-core.version>
   </properties>
 
   <build>