We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85bea09 + c2ee8c9 commit de090f8Copy full SHA for de090f8
.github/workflows/ci.yml
@@ -13,10 +13,10 @@ jobs:
13
14
steps:
15
- name: Checkout repository
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
17
18
- name: Setup Java 21
19
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
20
with:
21
distribution: temurin
22
java-version: '21'
pom.xml
@@ -32,7 +32,7 @@
32
<dependency>
33
<groupId>org.springdoc</groupId>
34
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
35
- <version>2.8.6</version>
+ <version>3.0.2</version>
36
</dependency>
37
38
<groupId>org.springframework.boot</groupId>
0 commit comments