Skip to content

Commit 1b433eb

Browse files
committed
Bump Springboot@3.5.6, GH actions
1 parent 71d43b9 commit 1b433eb

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/tf-identity.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
2222

2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
2727
- name: Set up JDK 21
28-
uses: actions/setup-java@v4
28+
uses: actions/setup-java@v5
2929
with:
3030
java-version: 21
3131
distribution: 'temurin'

.github/workflows/tf-management.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
with:
2828
fetch-depth: 0
2929
- name: Set up JDK 21
30-
uses: actions/setup-java@v4
30+
uses: actions/setup-java@v5
3131
with:
3232
java-version: 21
3333
distribution: 'temurin'

.github/workflows/tf-session.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
with:
2828
fetch-depth: 0
2929
- name: Set up JDK 21
30-
uses: actions/setup-java@v4
30+
uses: actions/setup-java@v5
3131
with:
3232
java-version: 21
3333
distribution: 'temurin'

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>3.5.5</version>
27+
<version>3.5.6</version>
2828
<relativePath />
2929
</parent>
3030

trackerforce-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<properties>
3131
<jsonwebtoken.version>0.13.0</jsonwebtoken.version>
32-
<springdoc-openapi-starter-webmvc-ui.version>2.8.12</springdoc-openapi-starter-webmvc-ui.version>
32+
<springdoc-openapi-starter-webmvc-ui.version>2.8.13</springdoc-openapi-starter-webmvc-ui.version>
3333
</properties>
3434

3535
<dependencies>

0 commit comments

Comments
 (0)