Compare commits
2 Commits
2ede5fc087
...
f76e3036e4
| Author | SHA1 | Date | |
|---|---|---|---|
| f76e3036e4 | |||
| dedce04961 |
@@ -135,7 +135,7 @@ dependencies {
|
||||
api 'org.xerial:sqlite-jdbc:3.50.3.0'
|
||||
|
||||
// PostgreSQL
|
||||
api 'org.postgresql:postgresql:42.7.3'
|
||||
api 'org.postgresql:postgresql:42.7.7'
|
||||
|
||||
// MariaDB/MySQL
|
||||
api 'org.mariadb.jdbc:mariadb-java-client:3.5.6'
|
||||
@@ -156,7 +156,7 @@ dependencies {
|
||||
api 'io.undertow:undertow-core:2.3.13.Final'
|
||||
|
||||
// Command parser for AS interface
|
||||
api 'commons-cli:commons-cli:1.7.0'
|
||||
api 'commons-cli:commons-cli:1.10.0'
|
||||
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation 'com.github.tomakehurst:wiremock:3.0.1'
|
||||
|
||||
Reference in New Issue
Block a user