[Java][Spring] Upgrade Dependencies (2022-12) (#14283)

* Upgrade to the latest Spring Boot / Springdoc and Swagger Ui dependencies

* Generate samples
This commit is contained in:
cachescrubber
2022-12-19 10:41:38 +01:00
committed by GitHub
parent 9450984af8
commit c45814a7ea
30 changed files with 62 additions and 62 deletions

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.0</version>
<version>2.7.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<build>