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 ead32f2 commit dea1210Copy full SHA for dea1210
clients/java/signalr/build.gradle
@@ -35,7 +35,7 @@ dependencies {
35
testCompile 'org.slf4j:slf4j-jdk14:1.7.25'
36
implementation 'com.google.code.gson:gson:2.8.5'
37
implementation 'com.squareup.okhttp3:okhttp:3.11.0'
38
- api 'io.reactivex.rxjava2:rxjava:2.2.2'
+ api 'io.reactivex.rxjava2:rxjava:2.2.3'
39
implementation 'org.slf4j:slf4j-api:1.7.25'
40
}
41
0 commit comments