[JAVA-28828] Fix spring-boot-3-2 build and integration tests (#16038)

This commit is contained in:
sam-gardner
2024-03-15 07:45:46 +00:00
committed by GitHub
parent 2c8e998cfd
commit 2a16dc158c
3 changed files with 10 additions and 3 deletions
+6 -1
View File
@@ -196,6 +196,11 @@
<groupId>io.zipkin.reporter2</groupId>
<artifactId>zipkin-sender-urlconnection</artifactId>
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-core</artifactId>
<version>2.2.20</version>
</dependency>
</dependencies>
<dependencyManagement>
@@ -290,7 +295,7 @@
<properties>
<start-class>com.baeldung.restclient.RestClientApplication</start-class>
<mapstruct.version>1.6.0.Beta1</mapstruct.version>
<springdoc.version>2.0.0</springdoc.version>
<springdoc.version>2.3.0</springdoc.version>
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
<mockserver.version>5.14.0</mockserver.version>
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>