Skip to content

Commit

Permalink
1、websocket鉴权失败时响应ReplyBody,告知客户端鉴权失败
Browse files Browse the repository at this point in the history
  • Loading branch information
farsunset-com committed Jun 23, 2022
2 parents 4eaa6c1 + 9f8b5cd commit 40b5390
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cim-boot-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<java.version>1.8</java.version>
<netty.version>4.1.70.Final</netty.version>
<netty.version>4.1.77.Final</netty.version>
<protobuf.version>3.19.2</protobuf.version>
<mysql.jdbc.version>8.0.22</mysql.jdbc.version>
<common.pool.version>2.8.0</common.pool.version>
Expand Down
4 changes: 2 additions & 2 deletions cim-server-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<protobuf.java.version>3.19.4</protobuf.java.version>
<netty.version>4.1.73.Final</netty.version>
<netty.version>4.1.77.Final</netty.version>
<slf4j.version>1.7.36</slf4j.version>
</properties>

Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.2</version>
<version>2.13.2.1</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 40b5390

Please sign in to comment.