This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch 2.8.x
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/2.8.x by this push:
new 8ab4d0405 Bump netty from 4.1.112.Final to 4.1.113.Final and vert.x
from 4.5.9 to 4.5.10 (#4528)
8ab4d0405 is described below
commit 8ab4d04052c84e9fe2f29bf2e7a42e6439327a56
Author: liubao68 <[email protected]>
AuthorDate: Wed Sep 18 11:03:58 2024 +0800
Bump netty from 4.1.112.Final to 4.1.113.Final and vert.x from 4.5.9 to
4.5.10 (#4528)
---
dependencies/default/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dependencies/default/pom.xml b/dependencies/default/pom.xml
index 165285005..d5f7c3dc8 100644
--- a/dependencies/default/pom.xml
+++ b/dependencies/default/pom.xml
@@ -78,7 +78,7 @@
<mock-server.version>5.14.0</mock-server.version>
<nacos-client.version>2.2.0</nacos-client.version>
<netflix-commons.version>0.3.0</netflix-commons.version>
- <netty.version>4.1.112.Final</netty.version>
+ <netty.version>4.1.113.Final</netty.version>
<okhttp3.version>4.10.0</okhttp3.version>
<prometheus.version>0.16.0</prometheus.version>
<protobuf.version>3.21.12</protobuf.version>
@@ -98,7 +98,7 @@
<spring-boot.version>2.7.18</spring-boot.version>
<swagger.version>1.6.9</swagger.version>
<swagger2markup.version>1.3.3</swagger2markup.version>
- <vertx.version>4.5.9</vertx.version>
+ <vertx.version>4.5.10</vertx.version>
<zipkin.version>2.24.0</zipkin.version>
<zipkin-reporter.version>2.16.3</zipkin-reporter.version>
<!-- Base dir of main -->