Skip to content

Commit dea1210

Browse files
authored
Update RxJava dependency. (#3272)
1 parent ead32f2 commit dea1210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/java/signalr/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
testCompile 'org.slf4j:slf4j-jdk14:1.7.25'
3636
implementation 'com.google.code.gson:gson:2.8.5'
3737
implementation 'com.squareup.okhttp3:okhttp:3.11.0'
38-
api 'io.reactivex.rxjava2:rxjava:2.2.2'
38+
api 'io.reactivex.rxjava2:rxjava:2.2.3'
3939
implementation 'org.slf4j:slf4j-api:1.7.25'
4040
}
4141

0 commit comments

Comments
 (0)