Compare commits
3 Commits
bcdd53815f
...
66f7588731
| Author | SHA1 | Date | |
|---|---|---|---|
| 66f7588731 | |||
| d4080bb2e5 | |||
| 0106364680 |
@@ -93,7 +93,7 @@ dependencies {
|
|||||||
api 'org.slf4j:slf4j-simple:2.0.13'
|
api 'org.slf4j:slf4j-simple:2.0.13'
|
||||||
|
|
||||||
// Easy file management
|
// Easy file management
|
||||||
api 'commons-io:commons-io:2.16.1'
|
api 'commons-io:commons-io:2.20.0'
|
||||||
|
|
||||||
// Config management
|
// Config management
|
||||||
api 'org.yaml:snakeyaml:1.33'
|
api 'org.yaml:snakeyaml:1.33'
|
||||||
@@ -101,7 +101,7 @@ dependencies {
|
|||||||
// Dependencies from old Matrix-java-sdk
|
// Dependencies from old Matrix-java-sdk
|
||||||
api 'org.apache.commons:commons-lang3:3.14.0'
|
api 'org.apache.commons:commons-lang3:3.14.0'
|
||||||
api 'com.squareup.okhttp3:okhttp:4.12.0'
|
api 'com.squareup.okhttp3:okhttp:4.12.0'
|
||||||
api 'commons-codec:commons-codec:1.17.0'
|
api 'commons-codec:commons-codec:1.19.0'
|
||||||
|
|
||||||
// ORMLite
|
// ORMLite
|
||||||
api 'com.j256.ormlite:ormlite-jdbc:6.1'
|
api 'com.j256.ormlite:ormlite-jdbc:6.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