This is an automated email from the ASF dual-hosted git repository.

xxyu pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit fd4f770e81b411a575096a5f453aa43bc27f8903
Author: Yinghao Lin <39019287+yhca...@users.noreply.github.com>
AuthorDate: Wed Dec 7 13:50:48 2022 +0800

    KYLIN-5435 Fix vulnerabilites
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 066574a69a..eb4d0b5634 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,6 +110,7 @@
         <!-- soft affinity -->
         <alluxio.version>2.7.4</alluxio.version>
         <libthrift.version>0.12.0</libthrift.version>
+        <libfb303.version>0.9.3</libfb303.version>
 
         <!-- Kafka versions -->
         <kafka.version>2.8.2</kafka.version>
@@ -222,7 +223,7 @@
         
<jetty.toolchain.test-helper.version>3.1.1</jetty.toolchain.test-helper.version>
         <test.container.version>1.15.3</test.container.version>
 
-        <groovy-all.version>2.4.7</groovy-all.version>
+        <groovy-all.version>2.4.21</groovy-all.version>
         <slf4j-ext.version>1.7.26</slf4j-ext.version>
         <protobuf-java.version>3.16.1</protobuf-java.version>
 
@@ -350,7 +351,7 @@
         <xmlsec.version>2.1.7</xmlsec.version>
         <derby.version>10.14.2.0</derby.version>
         <jcommander.version>1.75</jcommander.version>
-        <ant.version>1.9.15</ant.version>
+        <ant.version>1.9.16</ant.version>
         <netty-all.version>4.1.73.Final</netty-all.version>
         <netty.version>3.10.6.Final</netty.version>
         <servo-core.version>0.13.2</servo-core.version>
@@ -1687,7 +1688,7 @@
             <dependency>
                 <groupId>org.apache.thrift</groupId>
                 <artifactId>libfb303</artifactId>
-                <version>0.9.3</version>
+                <version>${libfb303.version}</version>
                 <exclusions>
                     <exclusion>
                         <groupId>org.slf4j</groupId>

Reply via email to