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