Skip to content

Commit 846118b

Browse files
Update spring starter test dependency
Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.1.8.RELEASE to 2.2.1.RELEASE. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.1.8.RELEASE...v2.2.1.RELEASE) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 9c6a54f commit 846118b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ subprojects {
9494
implementation 'org.springframework.boot:spring-boot-starter-web:2.1.8.RELEASE'
9595

9696
testImplementation rootProject.sourceSets.main.output
97-
testImplementation 'org.springframework.boot:spring-boot-starter-test:2.1.8.RELEASE'
97+
testImplementation 'org.springframework.boot:spring-boot-starter-test:2.2.1.RELEASE'
9898

9999
if (project.name != "shared") {
100100
implementation project(":shared")

0 commit comments

Comments
 (0)