Skip to content

Commit fb8ca5f

Browse files
committed
update spring boot and swagger
1 parent aba34af commit fb8ca5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.3.8</version>
9+
<version>3.4.2</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212

@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.springdoc</groupId>
8888
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
89-
<version>2.6.0</version>
89+
<version>2.8.5</version>
9090
</dependency>
9191

9292
<!-- Testing -->

0 commit comments

Comments
 (0)