commit b132d27d909246beab7fb029c6ae4b6d00ae169c
parent ad9571847b6b9a95ada79eadc71ed7c924d58c97
Author: Wim Dupont <wim@wimdupont.com>
Date: Mon, 25 Sep 2023 11:04:24 +0200
version upgrade
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
@@ -10,11 +10,11 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>3.1.1</version>
+ <version>3.1.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<properties>
- <springdoc-openapi.version>2.1.0</springdoc-openapi.version>
+ <springdoc-openapi.version>2.2.0</springdoc-openapi.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>