This is an automated email from the ASF dual-hosted git repository.
gabor 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 3b02e45a7 MINOR: Bump avro.version from 1.11.4 to 1.11.5 (#3348)
3b02e45a7 is described below
commit 3b02e45a79cf7ea7cede9dc2a90f0a57d87e26ca
Author: Gabor Szadovszky <[email protected]>
AuthorDate: Thu Oct 16 12:55:00 2025 +0200
MINOR: Bump avro.version from 1.11.4 to 1.11.5 (#3348)
---
parquet-avro/pom.xml | 11 +++++++++++
pom.xml | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/parquet-avro/pom.xml b/parquet-avro/pom.xml
index 12e1167c1..68815da26 100644
--- a/parquet-avro/pom.xml
+++ b/parquet-avro/pom.xml
@@ -222,6 +222,17 @@
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <systemPropertyVariables>
+ <!-- We need to set this system property to allow Avro to
serialize these classes via the specific/reflect models -->
+
<org.apache.avro.SERIALIZABLE_CLASSES>java.math.BigDecimal</org.apache.avro.SERIALIZABLE_CLASSES>
+ </systemPropertyVariables>
+ </configuration>
+ </plugin>
+
</plugins>
</build>
diff --git a/pom.xml b/pom.xml
index 71d061572..4b21529c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
<fastutil.version>8.5.15</fastutil.version>
<semver.api.version>0.9.33</semver.api.version>
<slf4j.version>1.7.33</slf4j.version>
- <avro.version>1.11.4</avro.version>
+ <avro.version>1.11.5</avro.version>
<guava.version>33.4.0-jre</guava.version>
<brotli-codec.version>0.1.1</brotli-codec.version>
<mockito.version>1.10.19</mockito.version>