Skip to content

Commit 1f49188

Browse files
committed
Bump Springboot@4.0.1
1 parent 96e6337 commit 1f49188

4 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/tf-identity.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
build-test:
1919
name: Build & Test
2020
runs-on: ubuntu-latest
21-
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
2221

2322
steps:
2423
- uses: actions/checkout@v6

.github/workflows/tf-management.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
build-test:
2121
name: Build & Test
2222
runs-on: ubuntu-latest
23-
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
2423

2524
steps:
2625
- uses: actions/checkout@v6

.github/workflows/tf-session.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
build-test:
2121
name: Build & Test
2222
runs-on: ubuntu-latest
23-
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
2423

2524
steps:
2625
- uses: actions/checkout@v6

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.springframework.boot</groupId>
2626
<artifactId>spring-boot-starter-parent</artifactId>
27-
<version>4.0.0</version>
27+
<version>4.0.1</version>
2828
<relativePath />
2929
</parent>
3030

0 commit comments

Comments
 (0)