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 c1b6aa35c Bump com.google.re2j:re2j from 1.7 to 1.8 (#3433)
c1b6aa35c is described below
commit c1b6aa35cf43a4ee94e4eb3788dae3c14bc66c7c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 10 16:41:33 2026 +0100
Bump com.google.re2j:re2j from 1.7 to 1.8 (#3433)
Bumps [com.google.re2j:re2j](https://github.com/google/re2j) from 1.7 to
1.8.
- [Release notes](https://github.com/google/re2j/releases)
- [Commits](https://github.com/google/re2j/compare/re2j-1.7...re2j-1.8)
---
updated-dependencies:
- dependency-name: com.google.re2j:re2j
dependency-version: '1.8'
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>
---
parquet-thrift/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parquet-thrift/pom.xml b/parquet-thrift/pom.xml
index 66756e23c..3f5c40a0b 100644
--- a/parquet-thrift/pom.xml
+++ b/parquet-thrift/pom.xml
@@ -165,7 +165,7 @@
If that deprecated class is removed, so can this dependency -->
<groupId>com.google.re2j</groupId>
<artifactId>re2j</artifactId>
- <version>1.7</version>
+ <version>1.8</version>
<scope>provided</scope>
</dependency>
</dependencies>