Skip to content

Commit

Permalink
feat: bump spring boot(3.2.3) and JDK17 in 2-advanced example module … (
Browse files Browse the repository at this point in the history
#1136)

* feat: bump spring boot(3.2.3) and JDK17 in 2-advanced example module & tools module

* feat: bump spring boot(3.2.3) and JDK17 in 2-advanced example module & tools module

* feat: bump spring boot(3.2.3) and JDK17 in 2-advanced example module & tools module

---------

Co-authored-by: yao.shen@hstong.com <yao.shen@hstong.com>
  • Loading branch information
syshenyao and yao.shen@hstong.com committed May 10, 2024
1 parent 59b3665 commit ede24df
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<dubbo.version>3.2.6</dubbo.version>
<spring-boot.version>1.5.22.RELEASE</spring-boot.version>
<spring-boot.version>3.2.3</spring-boot.version>
<validation-api.version>1.1.0.Final</validation-api.version>
<hibernate-validator.version>6.0.23.Final</hibernate-validator.version>
<resteasy.version>3.0.19.Final</resteasy.version>
Expand Down
6 changes: 3 additions & 3 deletions 2-advanced/dubbo-samples-merge/case-versions.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
# Supported component versions of the test case

# Spring app
dubbo.version=2.7*, 3.*
spring.version=4.*, 5.*
java.version= [>= 8]
dubbo.version=[ >= 3.3.0 ]
spring-boot.version=3.2.*
java.version= [ >= 17]
5 changes: 2 additions & 3 deletions 2-advanced/dubbo-samples-merge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<dubbo.version>3.2.6</dubbo.version>
<spring.version>4.3.30.RELEASE</spring.version>
<spring-boot.version>2.7.8</spring-boot.version>
<dubbo.version>3.3.0-beta.1</dubbo.version>
<spring-boot.version>3.2.3</spring-boot.version>
<junit.version>4.13.1</junit.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion 2-advanced/dubbo-samples-native-image/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<dubbo.version>3.3.0-beta.1</dubbo.version>
<spring-boot.version>3.0.5</spring-boot.version>
<spring-boot.version>3.2.3</spring-boot.version>
<protobuf-java.version>3.19.6</protobuf-java.version>

<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
Expand Down

0 comments on commit ede24df

Please sign in to comment.