diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index 884b073c..21440a0e 100644 --- a/build.gradle +++ b/build.gradle @@ -150,15 +150,15 @@ dependencies { compile 'org.apache.commons:commons-email:1.5' compile 'com.github.scribejava:scribejava-apis:6.9.0' - compile 'com.github.pengrad:java-telegram-bot-api:4.8.0' + compile 'com.github.pengrad:java-telegram-bot-api:4.9.0' compile 'org.imgscalr:imgscalr-lib:4.2' compile 'org.twitter4j:twitter4j-core:4.0.7' compile 'rocks.xmpp:xmpp-core-client:0.8.2' compile 'rocks.xmpp:xmpp-extensions-client:0.8.2' - compile 'com.rometools:rome:1.13.0' - compile 'com.rometools:rome-modules:1.13.0' + compile 'com.rometools:rome:1.13.1' + compile 'com.rometools:rome-modules:1.13.1' runtime 'org.mariadb.jdbc:mariadb-java-client:2.6.0' runtime 'net.java.dev.jna:jna:5.5.0' @@ -178,7 +178,7 @@ dependencies { compile 'com.nimbusds:nimbus-jose-jwt:8.19' testCompile("org.springframework.boot:spring-boot-starter-test") - testCompile('net.sourceforge.htmlunit:htmlunit:2.40.0') + testCompile('net.sourceforge.htmlunit:htmlunit:2.41.0') testCompile('org.springframework.security:spring-security-test') testCompile("ch.vorburger.mariaDB4j:mariaDB4j:2.4.0") |