Skip to content

Commit 9bd3161

Browse files
committed
Bump Springboot@3.5.6, GH actions
1 parent 0f7a3de commit 9bd3161

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tf-queue.yml

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

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Set up JDK 21
17-
uses: actions/setup-java@v4
17+
uses: actions/setup-java@v5
1818
with:
1919
java-version: 21
2020
distribution: 'temurin'

pom.xml

Lines changed: 2 additions & 2 deletions
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>3.5.5</version>
25+
<version>3.5.6</version>
2626
<relativePath/>
2727
</parent>
2828

@@ -34,7 +34,7 @@
3434
<maven.compiler.target>${java.version}</maven.compiler.target>
3535

3636
<jsonwebtoken.version>0.13.0</jsonwebtoken.version>
37-
<springdoc-openapi-starter-webmvc-ui.version>2.8.12</springdoc-openapi-starter-webmvc-ui.version>
37+
<springdoc-openapi-starter-webmvc-ui.version>2.8.13</springdoc-openapi-starter-webmvc-ui.version>
3838
<switcher-client.version>2.4.1</switcher-client.version>
3939
</properties>
4040

0 commit comments

Comments
 (0)