aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-04-23 09:10:45 +0300
committerGravatar Vitaly Takmazov2019-04-23 09:10:45 +0300
commit364fb7fad241ab4945ec1069e199a1d6344ae0ad (patch)
tree4d3e282f78c3a02ee96e6c1ac5a0fc32e97d6aac /build.gradle
parentb29809a6b89af527265553e547687550f3234deb (diff)
Update deps
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle10
1 files changed, 5 insertions, 5 deletions
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'