This is an automated email from the ASF dual-hosted git repository. liyang pushed a commit to branch kylin5 in repository https://gitbox.apache.org/repos/asf/kylin.git
commit 7d24ce642c1dc96f2a476408fd546d971963d5e0 Author: huangsheng <huangshen...@163.com> AuthorDate: Sun Oct 8 15:29:39 2023 +0800 KYLIN-5841 Fix vulnerability, Upgrade org.apache.avro:avro to version 1.11.3 --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 04a01dc8a8..6b37bca758 100644 --- a/pom.xml +++ b/pom.xml @@ -401,6 +401,7 @@ <nimbus-jose-jwt.version>9.23</nimbus-jose-jwt.version> <system-lambda.version>1.2.1</system-lambda.version> <snappy-java.version>1.1.10.4</snappy-java.version> + <avro.version>1.11.3</avro.version> </properties> <modules> @@ -3003,6 +3004,12 @@ <artifactId>netty</artifactId> <version>${netty3.version}</version> </dependency> + <dependency> + <groupId>org.apache.avro</groupId> + <artifactId>avro</artifactId> + <version>${avro.version}</version> + <scope>provided</scope> + </dependency> </dependencies> </dependencyManagement>