Skip to content

Commit

Permalink
Update dependency org.xerial:sqlite-jdbc to v3.39.2.0 (#3408)
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] committed Aug 4, 2022
1 parent 3329ed7 commit 1260118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Expand Up @@ -59,7 +59,7 @@ sqlPsiTestFixtures = { module = "com.alecstrong.sql.psi:test-fixtures", version
robolectric = { module = "org.robolectric:robolectric", version = "4.8.1" }
rxJava2 = { module = "io.reactivex.rxjava2:rxjava", version = "2.2.21" }
rxJava3 = { module = "io.reactivex.rxjava3:rxjava", version = "3.1.5" }
sqliteJdbc = { module = "org.xerial:sqlite-jdbc", version = "3.36.0.3" }
sqliteJdbc = { module = "org.xerial:sqlite-jdbc", version = "3.39.2.0" }
postgresJdbc = { module = "org.postgresql:postgresql", version = "42.4.1" }
mysqlJdbc = { module = "mysql:mysql-connector-java", version = "8.0.30" }

Expand Down

0 comments on commit 1260118

Please sign in to comment.