Skip to content

Commit

Permalink
Update dependency io.reactivex.rxjava3:rxjava to v3.1.7 (#4558)
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 and hfhbd committed Apr 2, 2024
1 parent 56ecd5b commit f347189
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 @@ -69,7 +69,7 @@ sqlPsi = { module = "com.alecstrong.sql.psi:core", version.ref = "sqlPsi" }
sqlPsiTestFixtures = { module = "com.alecstrong.sql.psi:test-fixtures", version.ref = "sqlPsi" }
robolectric = { module = "org.robolectric:robolectric", version = "4.10.3" }
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" }
sqliteJdbc = { module = "org.xerial:sqlite-jdbc", version = "3.42.0.0" }
postgresJdbc = { module = "org.postgresql:postgresql", version = "42.6.0" }
mysqlJdbc = { module = "mysql:mysql-connector-java", version = "8.0.33" }
Expand Down

0 comments on commit f347189

Please sign in to comment.