File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments