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 476ee7c chore(deps): bump calcite-core.version from 1.40.0 to 1.41.0
(#517)
476ee7c is described below
commit 476ee7c29be5204f5fad94dabdb692d50e9bd999
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 4 11:13:00 2025 +0100
chore(deps): bump calcite-core.version from 1.40.0 to 1.41.0 (#517)
Bumps `calcite-core.version` from 1.40.0 to 1.41.0.
Updates `org.apache.calcite:calcite-core` from 1.40.0 to 1.41.0
-
[Commits](https://github.com/apache/calcite/compare/calcite-1.40.0...calcite-1.41.0)
Updates `org.apache.calcite:calcite-linq4j` from 1.40.0 to 1.41.0
-
[Commits](https://github.com/apache/calcite/compare/calcite-1.40.0...calcite-1.41.0)
---
updated-dependencies:
- dependency-name: org.apache.calcite:calcite-core
dependency-version: 1.41.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.calcite:calcite-linq4j
dependency-version: 1.41.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 10d6e18..c4e43b2 100644
--- a/plc4j/integrations/apache-calcite/pom.xml
+++ b/plc4j/integrations/apache-calcite/pom.xml
@@ -33,7 +33,7 @@
<properties>
<project.build.outputTimestamp>2025-08-06T15:45:09Z</project.build.outputTimestamp>
- <calcite-core.version>1.40.0</calcite-core.version>
+ <calcite-core.version>1.41.0</calcite-core.version>
</properties>
<dependencies>