Skip to content

Commit

Permalink
漏洞修复
Browse files Browse the repository at this point in the history
Signed-off-by: TLPC <470193496@qq.com>
  • Loading branch information
TangLeDaily committed Nov 27, 2023
1 parent b3d1022 commit 6bb25fc
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<xml.apis.version>1.4.01</xml.apis.version>
<xerces.version>2.12.1</xerces.version>
<snake.yaml.version>1.32</snake.yaml.version>
<zookeeper.version>3.6.3</zookeeper.version>
<zookeeper.version>3.8.3</zookeeper.version>
<lombok.version>1.18.22</lombok.version>
<asm.version>8.0.1</asm.version>
<common.io.version>1.3.2</common.io.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package com.huaweicloud.sermant.core.exception;

/**
* 网络接口检查异常
* 网络接口检查异常
*
* @author tangle
* @since 2023-11-21
Expand All @@ -26,9 +26,9 @@ public class NetInterfacesCheckException extends RuntimeException {
private static final long serialVersionUID = -5485122231044249395L;

/**
* 网络接口检查异常
* 网络接口检查异常
*
* @param message 异常信息
* @param message 异常信息
*/
public NetInterfacesCheckException(String message) {
super(message);
Expand Down
2 changes: 1 addition & 1 deletion sermant-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<spring.boot.version>2.5.3</spring.boot.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<io.netty.version>4.1.86.Final</io.netty.version>
<spring-boot.version>2.6.1</spring-boot.version>
<spring-boot.version>2.7.17</spring-boot.version>
<protobuf-java.version>3.9.1</protobuf-java.version>
<lombok.version>1.18.22</lombok.version>
<fastjson.version>1.2.83</fastjson.version>
Expand Down
2 changes: 1 addition & 1 deletion sermant-injector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<commons.io.version>2.11.0</commons.io.version>
<spring.boot.version>2.7.1</spring.boot.version>
<spring.boot.version>2.7.17</spring.boot.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sermant-integration-tests/tag-transmission-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<apache.dubbo.version>2.7.15</apache.dubbo.version>
<sofarpc.version>5.10.0</sofarpc.version>
<rocketmq-client.version>5.1.0</rocketmq-client.version>
<kafka-client.version>2.7.0</kafka-client.version>
<kafka-client.version>3.4.0</kafka-client.version>
<alibaba.dubbo.version>2.6.12</alibaba.dubbo.version>
<grpc.version>1.52.1</grpc.version>
<protobuf.version>3.21.7</protobuf.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<kafka.version>2.7.0</kafka.version>
<kafka.version>3.4.0</kafka.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<hystrix.version>1.4.3</hystrix.version>
<zuul.version>1.3.1</zuul.version>
<spring.test.version>5.2.0.RELEASE</spring.test.version>
<tomcat.version>9.0.43</tomcat.version>
<tomcat.version>9.0.81</tomcat.version>
<okhttp.version>4.1.0</okhttp.version>
<okhttp.sq.version>2.7.5</okhttp.sq.version>
<apache-httpclient.version>4.3</apache-httpclient.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<properties>
<config.skip.flag>false</config.skip.flag>
<package.plugin.type>plugin</package.plugin.type>
<spring-boot.version>2.3.4.RELEASE</spring-boot.version>
<spring-boot.version>2.7.17</spring-boot.version>
<spring-cloud.version>2.2.1.RELEASE</spring-cloud.version>
<feigin.version>10.0.0</feigin.version>
<zuul.version>1.3.0</zuul.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<config.skip.flag>false</config.skip.flag>
<package.plugin.type>plugin</package.plugin.type>
<spring-boot.version>2.3.4.RELEASE</spring-boot.version>
<spring-boot.version>2.7.17</spring-boot.version>
<spring-cloud.version>2.2.1.RELEASE</spring-cloud.version>
<ribbon.version>2.3.0</ribbon.version>
<dubbo.version>2.7.15</dubbo.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<okhttp.sq.version>2.7.5</okhttp.sq.version>
<httpclient.version>4.5.12</httpclient.version>
<httpclient5.version>5.1.1</httpclient5.version>
<jetty.client.version>9.4.11.v20180605</jetty.client.version>
<jetty.client.version>9.4.53.v20231009</jetty.client.version>
<feign.version>10.2.3</feign.version>
<reactor.netty.version>0.9.0.RELEASE</reactor.netty.version>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Curator 3.x.x只兼容Zookeeper 3.5.x-->
<!--zk 3.4.x, 可向上兼容-->
<curator.x.version>2.13.0</curator.x.version>
<zk.version>3.6.3</zk.version>
<zk.version>3.8.3</zk.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<config.skip.flag>false</config.skip.flag>
<package.plugin.type>plugin</package.plugin.type>
<javax-servlet-api.version>3.0.1</javax-servlet-api.version>
<tomcat-embed-core.version>9.0.38</tomcat-embed-core.version>
<tomcat-embed-core.version>9.0.81</tomcat-embed-core.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<maven.compiler.target>8</maven.compiler.target>
<config.skip.flag>false</config.skip.flag>
<package.plugin.type>plugin</package.plugin.type>
<kafka-clients.version>2.7.0</kafka-clients.version>
<kafka-clients.version>3.4.0</kafka-clients.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 6bb25fc

Please sign in to comment.