Skip to content

Commit 27eca1c

Browse files
Bump org.springframework.boot:spring-boot-starter-test
Bumps [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.7.18 to 3.3.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.7.18...v3.3.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 91d8421 commit 27eca1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

feign-form-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>org.springframework.boot</groupId>
102102
<artifactId>spring-boot-starter-test</artifactId>
103-
<version>2.7.18</version>
103+
<version>3.3.4</version>
104104
<scope>test</scope>
105105
</dependency>
106106

feign-form/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>org.springframework.boot</groupId>
6060
<artifactId>spring-boot-starter-test</artifactId>
61-
<version>2.7.18</version>
61+
<version>3.3.4</version>
6262
<scope>test</scope>
6363
</dependency>
6464

0 commit comments

Comments
 (0)