diff --git a/build.gradle b/build.gradle index 6302ecb..c3c63ed 100644 --- a/build.gradle +++ b/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' -} \ No newline at end of file + 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' +}