Skip to content

Commit

Permalink
Update dependency io.reactivex.rxjava3:rxjava to v3.1.7 (#3945)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 23, 2023
1 parent e23ec4f commit a98d983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ findBugsAnnotations = { module = "com.google.code.findbugs:jsr305", version = "3
androidxTestRunner = { module = "androidx.test:runner", version = "1.4.0" }
rxjava = { module = "io.reactivex:rxjava", version = "1.3.8" }
rxjava2 = { module = "io.reactivex.rxjava2:rxjava", version = "2.2.21" }
rxjava3 = { module = "io.reactivex.rxjava3:rxjava", version = "3.1.6" }
rxjava3 = { module = "io.reactivex.rxjava3:rxjava", version = "3.1.7" }
reactiveStreams = { module = "org.reactivestreams:reactive-streams", version = "1.0.4" }
scalaLibrary = { module = "org.scala-lang:scala-library", version = "2.13.11" }
gson = { module = "com.google.code.gson:gson", version = "2.10.1" }
Expand Down

0 comments on commit a98d983

Please sign in to comment.