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 d21ca7b commit c13d9b3Copy full SHA for c13d9b3
autoconfigure/build.gradle
@@ -38,6 +38,6 @@ dependencies {
38
testCompile 'org.springframework.boot:spring-boot-starter-test'
39
//https://github.com/spring-projects/spring-boot/issues/8492
40
testCompile 'org.springframework.boot:spring-boot-starter-logging'
41
- testCompile 'com.squareup.okhttp3:okhttp:3.+'
+ testCompile 'com.squareup.okhttp3:okhttp'
42
43
}
0 commit comments