actioncable-client-java icon indicating copy to clipboard operation
actioncable-client-java copied to clipboard

Upgrade of okhttp-ws from 2.5.0 to 2.7.5

Open hosopy opened this issue 8 years ago • 0 comments

The latest version of okhttp-ws 2.X is 2.7.5. But current build.gradle uses 2.5.0.

dependencies {
    compile 'com.squareup.okhttp:okhttp-ws:2.5.0'
    compile 'com.google.code.gson:gson:2.3.1'

    testCompile 'junit:junit:4.11'
    testCompile 'org.hamcrest:hamcrest-all:1.3'
    testCompile 'com.squareup.okhttp:mockwebserver:2.5.0'
}

Try to upgrade and test.

hosopy avatar Sep 13 '17 07:09 hosopy