This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 07ecdfd11 feat: bump spring boot(3.1.2) in 11-quickstart example 
module (#1058)
07ecdfd11 is described below

commit 07ecdfd114ef2e5cc5acf6aa4b6fe47922d9834d
Author: YuLuo <[email protected]>
AuthorDate: Thu Mar 14 12:52:05 2024 +0800

    feat: bump spring boot(3.1.2) in 11-quickstart example module (#1058)
---
 11-quickstart/HELP.md | 1 -
 11-quickstart/pom.xml | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/11-quickstart/HELP.md b/11-quickstart/HELP.md
index 2cfc7b6af..7ee316f84 100644
--- a/11-quickstart/HELP.md
+++ b/11-quickstart/HELP.md
@@ -9,4 +9,3 @@ For further reference, please consider the following sections:
 * [Dubbo Zookeeper registry configuration 
reference](https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/registry/zookeeper/)
 * [Dubbo triple protocol 
reference](https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/protocol/triple/)
 * [Dubbo Zookeeper registry configuration 
reference](https://docs.spring.io/spring-boot/docs/3.1.2/reference/htmlsingle/#web.servlet.spring-mvc.template-engines)
-
diff --git a/11-quickstart/pom.xml b/11-quickstart/pom.xml
index da36c29a8..59efe3ec3 100644
--- a/11-quickstart/pom.xml
+++ b/11-quickstart/pom.xml
@@ -13,7 +13,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <dubbo.version>3.3.0-beta.1</dubbo.version>
-        <spring-boot.version>3.1.2</spring-boot.version>
+        <spring-boot.version>3.2.3</spring-boot.version>
     </properties>
 
     <modules>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to