Version bumps
This commit is contained in:
parent
55ce163049
commit
aa1fdbeb2a
1 changed files with 3 additions and 3 deletions
|
@ -32,9 +32,9 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation group: 'mysql', name: 'mysql-connector-java', version: '8.0.19'
|
||||
implementation group: 'org.postgresql', name: 'postgresql', version: '42.2.9'
|
||||
implementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.30.1'
|
||||
implementation group: 'mysql', name: 'mysql-connector-java', version: '8.0.33'
|
||||
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.1'
|
||||
implementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.45.1.0'
|
||||
|
||||
// Use JUnit test framework
|
||||
testImplementation 'junit:junit:4.12'
|
||||
|
|
Loading…
Reference in a new issue