Skip to content

Commit c13d9b3

Browse files
committed
use spring boot's okhttp version for tests
1 parent d21ca7b commit c13d9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoconfigure/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ dependencies {
3838
testCompile 'org.springframework.boot:spring-boot-starter-test'
3939
//https://github.com/spring-projects/spring-boot/issues/8492
4040
testCompile 'org.springframework.boot:spring-boot-starter-logging'
41-
testCompile 'com.squareup.okhttp3:okhttp:3.+'
41+
testCompile 'com.squareup.okhttp3:okhttp'
4242

4343
}

0 commit comments

Comments
 (0)