Skip to content

Commit 9aa8b81

Browse files
author
Ivan Franchin
committed
Upgrade to spring-boot 3.2.0 and springdoc-openapi 2.3.0
1 parent 27e8bf9 commit 9aa8b81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

order-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>3.1.2</version>
7+
<version>3.2.1</version>
88
<relativePath /> <!-- lookup parent from repository -->
99
</parent>
1010

@@ -17,7 +17,7 @@
1717
<properties>
1818
<java.version>17</java.version>
1919
<jjwt.version>0.11.5</jjwt.version>
20-
<springdoc-openapi.version>2.1.0</springdoc-openapi.version>
20+
<springdoc-openapi.version>2.3.0</springdoc-openapi.version>
2121
</properties>
2222

2323
<dependencies>

0 commit comments

Comments
 (0)