Skip to content

Commit 4649e88

Browse files
committed
updates junit version specifier to meet pom validation
1 parent 05f137e commit 4649e88

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
@@ -39,7 +39,7 @@ repositories {
3939
}
4040

4141
dependencies {
42-
testCompile group: 'junit', name: 'junit', version: '4.+'
42+
testCompile group: 'junit', name: 'junit', version: '[4.3,5.0['
4343
testCompile group: 'com.github.tomakehurst', name: 'wiremock', version: '[1.45,1.99999)'
4444
testCompile group: 'commons-lang', name: 'commons-lang', version: '[2.6,2.99999)'
4545
compile group: 'com.ning', name: 'async-http-client', version: '[1.6.1,1.9)'

0 commit comments

Comments
 (0)