Skip to content

Commit

Permalink
[#1409] upgrade springboot/springcloud version (#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyouling authored Dec 24, 2024
1 parent 95bd96d commit de34f7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Java CI with Maven

on:
push:
branches: [ master ]
branches: [ 2023.0.x ]
pull_request:
branches: [ master ]
branches: [ 2023.0.x ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<properties>
<!-- spring-cloud-dependencies do not import spring-boot-dependencies, spring-boot-dependencies
import spring-framework-bom. No need configure spring version. -->
<spring-cloud.version>2023.0.3</spring-cloud.version>
<spring-boot.version>3.3.5</spring-boot.version>
<spring-cloud.version>2023.0.4</spring-cloud.version>
<spring-boot.version>3.3.7</spring-boot.version>
<servicecomb.version>2.8.21</servicecomb.version>
</properties>

Expand Down

0 comments on commit de34f7f

Please sign in to comment.