[Enhancement] Broker Security Updates (#48616)

Signed-off-by: Astralidea <astralidea@163.com>
This commit is contained in:
Xueyan Li 2024-07-19 15:47:53 +08:00 committed by GitHub
parent 3419fd1ba9
commit c98782e070
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 2 deletions

View File

@ -246,6 +246,16 @@ under the License.
<dependency>
<groupId>com.ksyun.kmr</groupId>
<artifactId>hadoop-ks3</artifactId>
<exclusions>
<exclusion>
<artifactId>netty</artifactId>
<groupId>io.netty</groupId>
</exclusion>
<exclusion>
<artifactId>jackson-mapper-asl</artifactId>
<groupId>org.codehaus.jackson</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

View File

@ -40,9 +40,9 @@ under the License.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<hadoop.version>3.3.6</hadoop.version>
<hadoop.version>3.4.0</hadoop.version>
<guava.version>32.0.1-jre</guava.version>
<zookeeper.version>3.9.1</zookeeper.version>
<zookeeper.version>3.9.2</zookeeper.version>
<protobuf.version>3.16.3</protobuf.version>
<thrift.version>0.14.1</thrift.version>
<tomcat.version>8.5.96</tomcat.version>