This is an automated email from the ASF dual-hosted git repository.
hezhangjian pushed a commit to branch 3.3.x
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/3.3.x by this push:
new 61f45e50a [#5106] Bump
org.springframework.boot:spring-boot-dependencies from 3.4.5 to 3.4.13,
io.vertx:vertx-dependencies from 4.5.15 to 4.5.24 (#5108)
61f45e50a is described below
commit 61f45e50a86662add3d0662b366364bf4f9be558
Author: vikeria <[email protected]>
AuthorDate: Thu Mar 26 20:04:29 2026 +0800
[#5106] Bump org.springframework.boot:spring-boot-dependencies from 3.4.5
to 3.4.13, io.vertx:vertx-dependencies from 4.5.15 to 4.5.24 (#5108)
* [#5106] Bump org.springframework.boot:spring-boot-dependencies from 3.4.5
to 3.4.13
* Bump io.vertx:vertx-dependencies from 4.5.15 to 4.5.24
---
dependencies/default/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dependencies/default/pom.xml b/dependencies/default/pom.xml
index 2203007f9..3b98744b3 100644
--- a/dependencies/default/pom.xml
+++ b/dependencies/default/pom.xml
@@ -86,7 +86,7 @@
<slf4j.version>1.7.36</slf4j.version>
<snakeyaml.version>2.4</snakeyaml.version>
<swagger.version>2.2.32</swagger.version>
- <vertx.version>4.5.15</vertx.version>
+ <vertx.version>4.5.24</vertx.version>
<zipkin.version>3.5.1</zipkin.version>
<zipkin-reporter.version>3.4.0</zipkin-reporter.version>
<jetcd-core.version>0.8.5</jetcd-core.version>
diff --git a/pom.xml b/pom.xml
index d05e445e0..3fca2ed56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
<site-maven-plugin.version>3.21.0</site-maven-plugin.version>
<source-maven-plugin.version>3.3.0</source-maven-plugin.version>
<spotbug-maven-plugin.version>4.9.3.0</spotbug-maven-plugin.version>
- <spring-boot.version>3.4.5</spring-boot.version>
+ <spring-boot.version>3.4.13</spring-boot.version>
<surefire-maven-plugin.version>3.5.3</surefire-maven-plugin.version>
<!-- plugin version end -->
</properties>