This is an automated email from the ASF dual-hosted git repository.
Fokko pushed a commit to branch parquet-1.18.x
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
commit 686bb10c93b9b4c3b9e106715f32f29ad2d47504
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 11 22:25:20 2026 +0200
Bump it.unimi.dsi:fastutil from 8.5.18 to 8.5.19 (#3684)
Bumps [it.unimi.dsi:fastutil](https://github.com/vigna/fastutil) from
8.5.18 to 8.5.19.
- [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES)
- [Commits](https://github.com/vigna/fastutil/commits/8.5.19)
---
updated-dependencies:
- dependency-name: it.unimi.dsi:fastutil
dependency-version: 8.5.19
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 23305029a..0d932595c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
<thrift-maven-plugin.version>0.10.0</thrift-maven-plugin.version>
<thrift.version>0.23.0</thrift.version>
<format.thrift.version>${thrift.version}</format.thrift.version>
- <fastutil.version>8.5.18</fastutil.version>
+ <fastutil.version>8.5.19</fastutil.version>
<semver.api.version>0.9.33</semver.api.version>
<slf4j.version>1.7.33</slf4j.version>
<avro.version>1.11.5</avro.version>