Skip to content

Commit

Permalink
Fix open source software vulnerabilities
Browse files Browse the repository at this point in the history
Signed-off-by: hanbingleixue <[email protected]>
  • Loading branch information
hanbingleixue committed Jun 27, 2024
1 parent bd6048e commit dceff73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<http.client.version>4.5.13</http.client.version>
<http.core.version>4.4.13</http.core.version>
<Java-WebSocket.version>1.5.1</Java-WebSocket.version>
<netty.version>4.1.100.Final</netty.version>
<netty.version>4.1.108.Final</netty.version>
<protobuf.version>3.19.6</protobuf.version>
<fastjson.version>1.2.83</fastjson.version>
<xml.apis.version>1.4.01</xml.apis.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Curator 3.x.x only compatible with Zookeeper 3.5.x -->
<!--zk 3.4.x, Upward compatible-->
<curator.x.version>2.13.0</curator.x.version>
<zk.version>3.8.3</zk.version>
<zk.version>3.8.4</zk.version>
</properties>

<dependencies>
Expand Down

0 comments on commit dceff73

Please sign in to comment.