We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd3da5 commit a8fd823Copy full SHA for a8fd823
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.springframework.boot</groupId>
7
<artifactId>spring-boot-starter-parent</artifactId>
8
- <version>3.1.1</version>
+ <version>3.1.4</version>
9
<relativePath/> <!-- lookup parent from repository -->
10
</parent>
11
product-api/pom.xml
@@ -15,7 +15,7 @@
15
16
<properties>
17
<org.mapstruct.version>1.5.5.Final</org.mapstruct.version>
18
- <springdoc-openapi.version>2.1.0</springdoc-openapi.version>
+ <springdoc-openapi.version>2.2.0</springdoc-openapi.version>
19
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
20
</properties>
21
0 commit comments