Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
chore(deps): update dependency org.xerial:sqlite-jdbc to v3.36.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 30, 2021
1 parent b8de98e commit d6f95c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation 'com.github.Gikkman:Java-Twirk:0.6.3'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'com.github.kittinunf.fuel:fuel:2.3.1' //for JVM
implementation 'org.xerial:sqlite-jdbc:3.34.0'
implementation 'org.xerial:sqlite-jdbc:3.36.0.1'
implementation 'io.reactivex.rxjava2:rxkotlin:2.4.0'
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
testImplementation "org.hamcrest:hamcrest:$hamcrestVersion"
Expand Down

0 comments on commit d6f95c1

Please sign in to comment.