Compare commits
2 Commits
35a4d687b7
...
71e519697e
| Author | SHA1 | Date | |
|---|---|---|---|
| 71e519697e | |||
| df70b65ac3 |
@@ -138,7 +138,7 @@ dependencies {
|
|||||||
api 'org.postgresql:postgresql:42.7.3'
|
api 'org.postgresql:postgresql:42.7.3'
|
||||||
|
|
||||||
// MariaDB/MySQL
|
// MariaDB/MySQL
|
||||||
api 'org.mariadb.jdbc:mariadb-java-client:3.3.3'
|
api 'org.mariadb.jdbc:mariadb-java-client:3.5.6'
|
||||||
|
|
||||||
// UNIX sockets
|
// UNIX sockets
|
||||||
api 'com.kohlschutter.junixsocket:junixsocket-core:2.9.1'
|
api 'com.kohlschutter.junixsocket:junixsocket-core:2.9.1'
|
||||||
@@ -156,7 +156,7 @@ dependencies {
|
|||||||
api 'io.undertow:undertow-core:2.3.13.Final'
|
api 'io.undertow:undertow-core:2.3.13.Final'
|
||||||
|
|
||||||
// Command parser for AS interface
|
// 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 'junit:junit:4.13.2'
|
||||||
testImplementation 'com.github.tomakehurst:wiremock:3.0.1'
|
testImplementation 'com.github.tomakehurst:wiremock:3.0.1'
|
||||||
|
|||||||
Reference in New Issue
Block a user