Skip to content

Commit cc74137

Browse files
Ankur OberoiAnkur Oberoi
authored andcommitted
limits the async-http-client version to <1.9
1 parent 1761082 commit cc74137

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
@@ -42,7 +42,7 @@ dependencies {
4242
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)'
45-
compile group: 'com.ning', name: 'async-http-client', version: '[1.6.1,1.9)'
45+
compile group: 'com.ning', name: 'async-http-client', version: '[1.6.1,1.9['
4646
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '[2.3.1,2.99999)'
4747
compile group: 'commons-validator', name: 'commons-validator', version: '[1.4.0,1.99999)'
4848
compile group: 'commons-codec', name: 'commons-codec', version: '[1.9,1.99999]'

0 commit comments

Comments
 (0)