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