Skip to content

Commit

Permalink
force jdbc 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 0dfb1e6 commit 4c43d72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ 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

0 comments on commit 4c43d72

Please sign in to comment.