Skip to content

Commit

Permalink
upgrading spring boot version to 3.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: salaboy <Salaboy@gmail.com>
  • Loading branch information
salaboy committed Feb 20, 2025
1 parent 22d9874 commit 7b2c775
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
spring-boot-version: 3.3.0
spring-boot-display-version: 3.3.x
experimental: false
- java: 17
spring-boot-version: 3.4.3
spring-boot-display-version: 3.4.x
experimental: false
env:
GOVER: "1.20"
GOOS: linux
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<junit-bom.version>5.8.2</junit-bom.version>
<snakeyaml.version>2.0</snakeyaml.version>
<testcontainers.version>1.20.0</testcontainers.version>
<springboot.version>3.2.6</springboot.version>
<springboot.version>3.4.3</springboot.version>
</properties>

<distributionManagement>
Expand Down

0 comments on commit 7b2c775

Please sign in to comment.