Skip to content

Commit

Permalink
Merge pull request #6 from trmlabs/dependabot/gradle/org.xerial-sqlit…
Browse files Browse the repository at this point in the history
…e-jdbc-3.45.3.0

Bump org.xerial:sqlite-jdbc from 3.45.2.0 to 3.45.3.0
  • Loading branch information
pcorrea-trm authored May 23, 2024
2 parents 5db17a8 + d946a54 commit 6536e86
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 @@ -49,7 +49,7 @@ dependencies {

implementation 'com.google.guava:guava:33.1.0-jre'

implementation 'org.xerial:sqlite-jdbc:3.45.2.0'
implementation 'org.xerial:sqlite-jdbc:3.45.3.0'
implementation 'org.postgresql:postgresql:42.7.3'
}

Expand Down

0 comments on commit 6536e86

Please sign in to comment.