Skip to content

Commit

Permalink
upgrade it where its being imported
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 4c43d72 commit 878d30f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ configurations.all {
// enforce 1.1.3, https://www.whitesourcesoftware.com/vulnerability-database/WS-2019-0379
resolutionStrategy.force 'commons-codec:commons-codec:1.13'
resolutionStrategy.force 'com.google.guava:guava:32.0.1-jre'
resolutionStrategy.force 'org.xerial:sqlite-jdbc:3.42.0.0'
}

// updateVersion: Task to auto increment to the next development iteration
Expand Down
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.28.0'
testCompile group: 'org.xerial', name: 'sqlite-jdbc', version: '3.42.0'
testCompile group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
}

Expand Down

0 comments on commit 878d30f

Please sign in to comment.