commit 72c08ca1371e20d75e1d497b5438d8f7da88f3b0
parent 390fe6a373c5e5a0a978f90cfc6e39b0e9910c29
Author: Wim Dupont <wim@wimdupont.com>
Date: Sat, 1 Jun 2024 14:10:27 +0200
version bump
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.2.1</version>
+ <version>3.3.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<properties>
- <springdoc-openapi.version>2.3.0</springdoc-openapi.version>
+ <springdoc-openapi.version>2.5.0</springdoc-openapi.version>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
</properties>