Skip to content

Commit 975a4a5

Browse files
committed
merge main
2 parents d504598 + b100996 commit 975a4a5

20 files changed

+1162
-559
lines changed

klass-api/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,11 @@
4444
<artifactId>spring-boot-configuration-processor</artifactId>
4545
<optional>true</optional>
4646
</dependency>
47-
<!-- TODO This version is needed for Spring 2.x. Upgrade it when we're on Spring 3. -->
4847
<dependency>
4948
<groupId>org.springdoc</groupId>
50-
<artifactId>springdoc-openapi-ui</artifactId>
51-
<version>1.8.0</version>
49+
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
50+
<version>2.8.14</version>
5251
</dependency>
53-
<dependency>
54-
<groupId>org.springdoc</groupId>
55-
<artifactId>springdoc-openapi-hateoas</artifactId>
56-
<version>1.8.0</version>
57-
</dependency>
58-
5952
<dependency>
6053
<groupId>org.opensearch.client</groupId>
6154
<artifactId>spring-data-opensearch-starter</artifactId>

0 commit comments

Comments
 (0)