From 364fb7fad241ab4945ec1069e199a1d6344ae0ad Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 23 Apr 2019 09:10:45 +0300 Subject: Update deps --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 5fad9cb4..cabfaadd 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { plugins { id 'org.springframework.boot' version '2.1.4.RELEASE' apply false id "com.moowork.node" version "1.3.1" apply false - id("org.asciidoctor.convert") version "2.0.0" apply false + id("org.asciidoctor.convert") version "2.1.0" apply false } repositories { @@ -136,7 +136,7 @@ dependencies { compile 'org.apache.commons:commons-email:1.5' compile 'com.github.scribejava:scribejava-apis:6.5.1' - compile 'com.github.pengrad:java-telegram-bot-api:4.1.1' + compile 'com.github.pengrad:java-telegram-bot-api:4.2.0' compile 'com.twelvemonkeys.imageio:imageio-jpeg:3.4.1' compile 'org.imgscalr:imgscalr-lib:4.2' compile 'org.twitter4j:twitter4j-core:4.0.7' @@ -152,8 +152,8 @@ dependencies { compile 'org.flywaydb:flyway-core:5.2.4' runtime 'org.mariadb.jdbc:mariadb-java-client:2.4.1' - runtime 'net.java.dev.jna:jna:5.2.0' - runtime 'net.java.dev.jna:jna-platform:5.2.0' + runtime 'net.java.dev.jna:jna:5.3.0' + runtime 'net.java.dev.jna:jna-platform:5.3.0' runtime 'com.h2database:h2:1.4.199' runtime "commons-fileupload:commons-fileupload:1.4" @@ -166,7 +166,7 @@ dependencies { compile "com.kotcrab.remark:remark:1.0.0" testCompile("org.springframework.boot:spring-boot-starter-test") - testCompile('net.sourceforge.htmlunit:htmlunit:2.34.1') + testCompile('net.sourceforge.htmlunit:htmlunit:2.35.0') testCompile('org.springframework.security:spring-security-test') testCompile 'io.springfox:springfox-swagger2:2.9.2' -- cgit v1.2.3