Skip to content

Commit 7e2d8c7

Browse files
committed
Bump Springboot@4.0.1
1 parent 9fded79 commit 7e2d8c7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tf-queue.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
1312

1413
steps:
1514
- uses: actions/checkout@v6

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.springframework.boot</groupId>
2424
<artifactId>spring-boot-starter-parent</artifactId>
25-
<version>4.0.0</version>
25+
<version>4.0.1</version>
2626
<relativePath/>
2727
</parent>
2828

0 commit comments

Comments
 (0)