Skip to content

Commit

Permalink
Merge pull request #1283 from Bit-Quill/integ-upgrade-sqlite
Browse files Browse the repository at this point in the history
Upgrade sqlite to 3.32.3.3
  • Loading branch information
Yury-Fridlyand authored Jan 17, 2023
2 parents 9d4a841 + fcfad82 commit 1e5738c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integ-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencies {
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.6.2')

testImplementation group: 'com.h2database', name: 'h2', version: '2.1.214'
testImplementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.28.0'
testImplementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.32.3.3'
testImplementation group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
testImplementation(testFixtures(project(":core")))
testImplementation(testFixtures(project(":filesystem")))
Expand Down

0 comments on commit 1e5738c

Please sign in to comment.