We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6a54f commit 846118bCopy full SHA for 846118b
build.gradle
@@ -94,7 +94,7 @@ subprojects {
94
implementation 'org.springframework.boot:spring-boot-starter-web:2.1.8.RELEASE'
95
96
testImplementation rootProject.sourceSets.main.output
97
- testImplementation 'org.springframework.boot:spring-boot-starter-test:2.1.8.RELEASE'
+ testImplementation 'org.springframework.boot:spring-boot-starter-test:2.2.1.RELEASE'
98
99
if (project.name != "shared") {
100
implementation project(":shared")
0 commit comments