Skip to content

Commit a8fd823

Browse files
author
Ivan Franchin
committed
Upgrade to spring-boot 3.1.4 and springdoc-openapi 2.2.0
1 parent 7fd3da5 commit a8fd823

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.1.1</version>
8+
<version>3.1.4</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111

product-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<properties>
1717
<org.mapstruct.version>1.5.5.Final</org.mapstruct.version>
18-
<springdoc-openapi.version>2.1.0</springdoc-openapi.version>
18+
<springdoc-openapi.version>2.2.0</springdoc-openapi.version>
1919
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
2020
</properties>
2121

0 commit comments

Comments
 (0)