This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch 5.2
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/5.2 by this push:
new c1ac652a43 PHOENIX-7416 Bump Avro dependency version to 1.11.4 (#1991)
c1ac652a43 is described below
commit c1ac652a4359b1a08b31a3c6e6c9693d40472937
Author: Istvan Toth <[email protected]>
AuthorDate: Thu Oct 3 14:44:03 2024 +0200
PHOENIX-7416 Bump Avro dependency version to 1.11.4 (#1991)
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 7b72c4dd51..b6c160e7a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1673,6 +1673,11 @@
<artifactId>woodstox-core</artifactId>
<version>5.4.0</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.avro</groupId>
+ <artifactId>avro</artifactId>
+ <version>1.11.4</version>
+ </dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>