We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0b0fd commit 70ff6afCopy full SHA for 70ff6af
1 file changed
pom.xml
@@ -22,7 +22,7 @@
22
<parent>
23
<groupId>org.springframework.boot</groupId>
24
<artifactId>spring-boot-starter-parent</artifactId>
25
- <version>3.5.0</version>
+ <version>3.5.4</version>
26
<relativePath/>
27
</parent>
28
@@ -34,8 +34,8 @@
34
<maven.compiler.target>${java.version}</maven.compiler.target>
35
36
<jsonwebtoken.version>0.12.6</jsonwebtoken.version>
37
- <springdoc-openapi-starter-webmvc-ui.version>2.8.8</springdoc-openapi-starter-webmvc-ui.version>
38
- <switcher-client.version>2.2.2</switcher-client.version>
+ <springdoc-openapi-starter-webmvc-ui.version>2.8.9</springdoc-openapi-starter-webmvc-ui.version>
+ <switcher-client.version>2.3.2</switcher-client.version>
39
</properties>
40
41
<profiles>
0 commit comments