Skip to content

Commit 768937a

Browse files
Dependency(deps): Bump org.springframework.boot:spring-boot-dependencies from 4.0.0 to 4.0.1 (#49)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dominik Fuchß <develop@fuchss.org>
1 parent 97beb77 commit 768937a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>org.springframework.boot</groupId>
1919
<artifactId>spring-boot-dependencies</artifactId>
20-
<version>4.0.0</version>
20+
<version>4.0.1</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -69,6 +69,11 @@
6969
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
7070
<version>3.0.0</version>
7171
</dependency>
72+
<dependency>
73+
<groupId>org.springframework.boot</groupId>
74+
<artifactId>spring-boot-restclient</artifactId>
75+
<scope>test</scope>
76+
</dependency>
7277
<dependency>
7378
<groupId>org.springframework.boot</groupId>
7479
<artifactId>spring-boot-resttestclient</artifactId>

0 commit comments

Comments
 (0)