We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97beb77 commit 768937aCopy full SHA for 768937a
pom.xml
@@ -17,7 +17,7 @@
17
<dependency>
18
<groupId>org.springframework.boot</groupId>
19
<artifactId>spring-boot-dependencies</artifactId>
20
- <version>4.0.0</version>
+ <version>4.0.1</version>
21
<type>pom</type>
22
<scope>import</scope>
23
</dependency>
@@ -69,6 +69,11 @@
69
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
70
<version>3.0.0</version>
71
72
+ <dependency>
73
+ <groupId>org.springframework.boot</groupId>
74
+ <artifactId>spring-boot-restclient</artifactId>
75
+ <scope>test</scope>
76
+ </dependency>
77
78
79
<artifactId>spring-boot-resttestclient</artifactId>
0 commit comments