Skip to content

Commit

Permalink
change to match main version
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Aug 4, 2023
1 parent 878d30f commit 4cb6339
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 @@ -71,7 +71,7 @@ dependencies {
builtBy 'compileJdbc'
}
testCompile group: 'com.h2database', name: 'h2', version: '2.1.214'
testCompile group: 'org.xerial', name: 'sqlite-jdbc', version: '3.42.0'
testCompile group: 'org.xerial', name: 'sqlite-jdbc', version: '3.41.2.2'
testCompile group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
}

Expand Down

0 comments on commit 4cb6339

Please sign in to comment.