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

albumenj 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 0bf62a6b8 upgrade jdk17 and spring3 (#1048)
0bf62a6b8 is described below

commit 0bf62a6b8e3fcf66581790dc51450a87432e1600
Author: Tritone <[email protected]>
AuthorDate: Tue Mar 12 17:37:25 2024 +0800

    upgrade jdk17 and spring3 (#1048)
---
 1-basic/dubbo-samples-spring-boot/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/1-basic/dubbo-samples-spring-boot/pom.xml 
b/1-basic/dubbo-samples-spring-boot/pom.xml
index 5f77445f1..74087ebc2 100644
--- a/1-basic/dubbo-samples-spring-boot/pom.xml
+++ b/1-basic/dubbo-samples-spring-boot/pom.xml
@@ -36,12 +36,12 @@
     <description>Dubbo Samples Spring Boot</description>
 
     <properties>
-        <maven.compiler.source>1.8</maven.compiler.source>
-        <maven.compiler.target>1.8</maven.compiler.target>
+        <maven.compiler.source>17</maven.compiler.source>
+        <maven.compiler.target>17</maven.compiler.target>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
         <dubbo.version>3.3.0-beta.1</dubbo.version>
-        <spring-boot.version>2.7.8</spring-boot.version>
+        <spring-boot.version>3.2.0</spring-boot.version>
     </properties>
 
     <modules>


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

Reply via email to