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 5c8a2b9 chore(deps): bump calcite-core.version from 1.39.0 to 1.40.0
(#368)
5c8a2b9 is described below
commit 5c8a2b93493377512490542018eb702ffecabb91
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 2 07:53:16 2025 +0200
chore(deps): bump calcite-core.version from 1.39.0 to 1.40.0 (#368)
Bumps `calcite-core.version` from 1.39.0 to 1.40.0.
Updates `org.apache.calcite:calcite-core` from 1.39.0 to 1.40.0
-
[Commits](https://github.com/apache/calcite/compare/calcite-1.39.0...calcite-1.40.0)
Updates `org.apache.calcite:calcite-linq4j` from 1.39.0 to 1.40.0
-
[Commits](https://github.com/apache/calcite/compare/calcite-1.39.0...calcite-1.40.0)
---
updated-dependencies:
- dependency-name: org.apache.calcite:calcite-core
dependency-version: 1.40.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.calcite:calcite-linq4j
dependency-version: 1.40.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>
---
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 2bad919..ea69612 100644
--- a/plc4j/integrations/apache-calcite/pom.xml
+++ b/plc4j/integrations/apache-calcite/pom.xml
@@ -33,7 +33,7 @@
<properties>
<project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp>
- <calcite-core.version>1.39.0</calcite-core.version>
+ <calcite-core.version>1.40.0</calcite-core.version>
</properties>
<dependencies>