Updated some dependencies
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
c0cb58df00
commit
7e02939ee8
14
build.gradle
14
build.gradle
@ -34,11 +34,11 @@ repositories {
|
||||
dependencies {
|
||||
implementation 'com.discord4j:discord4j-core:3.1.5'
|
||||
implementation 'com.github.wtekiela:opensub4j:0.3.0'
|
||||
implementation 'org.apache.commons:commons-lang3:3.11'
|
||||
implementation 'commons-cli:commons-cli:1.4'
|
||||
implementation 'org.jsoup:jsoup:1.13.1'
|
||||
implementation 'org.apache.commons:commons-csv:1.8'
|
||||
implementation 'ch.qos.logback:logback-classic:1.2.3'
|
||||
implementation 'org.postgresql:postgresql:42.2.18.jre7'
|
||||
implementation 'com.google.code.gson:gson:2.8.6'
|
||||
implementation 'org.apache.commons:commons-lang3:3.12.0'
|
||||
implementation 'commons-cli:commons-cli:1.5.0'
|
||||
implementation 'org.jsoup:jsoup:1.14.3'
|
||||
implementation 'org.apache.commons:commons-csv:1.9.0'
|
||||
implementation 'ch.qos.logback:logback-classic:1.2.10'
|
||||
implementation 'org.postgresql:postgresql:42.3.1'
|
||||
implementation 'com.google.code.gson:gson:2.8.9'
|
||||
}
|
Loading…
Reference in New Issue
Block a user