This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 019ae3f1207c chore(deps): Bump the parquet group across 1 directory
with 2 updates (#26160)
019ae3f1207c is described below
commit 019ae3f1207c5ccad32df4e3da814ae245a7d103
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 7 14:51:27 2026 +0200
chore(deps): Bump the parquet group across 1 directory with 2 updates
(#26160)
Bumps the parquet group with 2 updates in the / directory:
[org.apache.parquet:parquet-common](https://github.com/apache/parquet-java) and
[org.apache.parquet:parquet-avro](https://github.com/apache/parquet-java).
Updates `org.apache.parquet:parquet-common` from 1.18.0 to 1.18.1
- [Release notes](https://github.com/apache/parquet-java/releases)
- [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md)
-
[Commits](https://github.com/apache/parquet-java/compare/apache-parquet-1.18.0...apache-parquet-1.18.1)
Updates `org.apache.parquet:parquet-avro` from 1.18.0 to 1.18.1
- [Release notes](https://github.com/apache/parquet-java/releases)
- [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md)
-
[Commits](https://github.com/apache/parquet-java/compare/apache-parquet-1.18.0...apache-parquet-1.18.1)
---
updated-dependencies:
- dependency-name: org.apache.parquet:parquet-avro
dependency-version: 1.18.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: parquet
- dependency-name: org.apache.parquet:parquet-common
dependency-version: 1.18.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: parquet
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index c604a1b85625..b75605b389ed 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -429,8 +429,8 @@
<opentelemetry-semconv-version>1.30.1-alpha</opentelemetry-semconv-version>
<optaplanner-version>10.2.0</optaplanner-version>
<paho-version>1.2.5</paho-version>
- <parquet-common-version>1.18.0</parquet-common-version>
- <parquet-avro-version>1.18.0</parquet-avro-version>
+ <parquet-common-version>1.18.1</parquet-common-version>
+ <parquet-avro-version>1.18.1</parquet-avro-version>
<pdfbox-version>3.0.8</pdfbox-version>
<pgjdbc-driver-version>42.7.13</pgjdbc-driver-version>
<pgjdbc-ng-driver-version>0.8.9</pgjdbc-ng-driver-version>