This is an automated email from the ASF dual-hosted git repository.
Fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new 25a857a5b Bump it.unimi.dsi:fastutil from 8.5.18 to 8.5.19 (#3684)
25a857a5b is described below
commit 25a857a5b7675b28d1956f0c666170363c68083f
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 7f033b467..8fcacdeb1 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>