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 1226cd7 chore(deps): bump calcite-core.version from 1.41.0 to 1.42.0
(#698)
1226cd7 is described below
commit 1226cd7e838460af99462d3f067f8b78556adb5d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 8 07:55:08 2026 +0200
chore(deps): bump calcite-core.version from 1.41.0 to 1.42.0 (#698)
Bumps `calcite-core.version` from 1.41.0 to 1.42.0.
Updates `org.apache.calcite:calcite-core` from 1.41.0 to 1.42.0
-
[Commits](https://github.com/apache/calcite/compare/calcite-1.41.0...calcite-1.42.0)
Updates `org.apache.calcite:calcite-linq4j` from 1.41.0 to 1.42.0
-
[Commits](https://github.com/apache/calcite/compare/calcite-1.41.0...calcite-1.42.0)
---
updated-dependencies:
- dependency-name: org.apache.calcite:calcite-core
dependency-version: 1.42.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.calcite:calcite-linq4j
dependency-version: 1.42.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 f273a02..4283e5d 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.41.0</calcite-core.version>
+ <calcite-core.version>1.42.0</calcite-core.version>
</properties>
<dependencies>