Skip to content

Commit

Permalink
Merge pull request #7 from Onako2/dependabot/gradle/org.xerial-sqlite…
Browse files Browse the repository at this point in the history
…-jdbc-3.46.0.0

Bump org.xerial:sqlite-jdbc from 3.45.3.0 to 3.46.0.0
  • Loading branch information
Onako2 authored Jun 3, 2024
2 parents a8ffd66 + 3d6f8ba commit 9a31041
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 @@ -21,7 +21,7 @@ dependencies {
testImplementation platform('org.junit:junit-bom:5.10.2')
testImplementation 'org.junit.jupiter:junit-jupiter'
implementation 'com.github.twitch4j:twitch4j:1.20.0'
implementation 'org.xerial:sqlite-jdbc:3.45.3.0'
implementation 'org.xerial:sqlite-jdbc:3.46.0.0'
implementation 'ch.qos.logback:logback-classic:1.5.6'
implementation 'com.hexadevlabs:gpt4all-java-binding:1.1.5'
implementation 'org.json:json:20240303'
Expand Down

0 comments on commit 9a31041

Please sign in to comment.