This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch 5.1
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/5.1 by this push:
new e5ccabf310 PHOENIX-7416 Bump Avro dependency version to 1.11.4 (#1991)
e5ccabf310 is described below
commit e5ccabf310a01aff10ab7327cab61778da65c8a0
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 69973ef867..facb2dc255 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1493,6 +1493,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>