This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/master by this push:
new 28eacac6f Bump netty from 4.1.112.Final to 4.1.113.Final and vert.x
from 4.5.9 to 4.5.10 (#4527)
28eacac6f is described below
commit 28eacac6f2a13b1092d2a5bea2b8cdf677bdd4df
Author: liubao68 <[email protected]>
AuthorDate: Wed Sep 18 11:03:44 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 (#4527)
---
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 14eb39a30..6a86ad500 100644
--- a/dependencies/default/pom.xml
+++ b/dependencies/default/pom.xml
@@ -71,7 +71,7 @@
<mock-server.version>5.15.0</mock-server.version>
<nacos-client.version>2.4.1</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.12.0</okhttp3.version>
<prometheus.version>0.16.0</prometheus.version>
<protobuf.version>3.23.4</protobuf.version>
@@ -88,7 +88,7 @@
<snakeyaml.version>2.3</snakeyaml.version>
<spring.version>6.1.10</spring.version>
<swagger.version>2.2.23</swagger.version>
- <vertx.version>4.5.9</vertx.version>
+ <vertx.version>4.5.10</vertx.version>
<zipkin.version>3.4.1</zipkin.version>
<zipkin-reporter.version>3.4.0</zipkin-reporter.version>
<!-- Base dir of main -->