aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-11-13 10:11:54 +0300
committerGravatar Vitaly Takmazov2019-11-13 10:11:54 +0300
commit4fcfacbdabd96b6b319d3f5cd5e1fc47531ec275 (patch)
tree83fad5fbc41d47b50895a8be92030ececc6db617 /build.gradle
parentfd9368dd168e73be86b2f1048adf753205953a27 (diff)
Spring Boot 2.2.1, Babel 7.7
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle10
1 files changed, 4 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle
index 4d99f2f5..15d0a231 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,7 +11,7 @@ buildscript {
}
}
plugins {
- id 'org.springframework.boot' version '2.1.9.RELEASE' apply false
+ id 'org.springframework.boot' version '2.2.1.RELEASE' apply false
id("org.asciidoctor.convert") version "2.3.0" apply false
}
@@ -127,7 +127,7 @@ dependencies {
compile ("org.springframework.boot:spring-boot-starter-json")
compile ('org.springframework.boot:spring-boot-devtools')
- compile 'org.flywaydb:flyway-core:6.0.7'
+ compile 'org.flywaydb:flyway-core:6.0.8'
compile 'com.github.ben-manes.caffeine:caffeine:2.8.0'
compile "javax.inject:javax.inject:1"
@@ -159,14 +159,12 @@ dependencies {
compile 'org.imgscalr:imgscalr-lib:4.2'
compile 'org.twitter4j:twitter4j-core:4.0.7'
- compile 'rocks.xmpp:xmpp-core-client:0.8.1'
- compile 'rocks.xmpp:xmpp-extensions-client:0.8.1'
+ compile 'rocks.xmpp:xmpp-core-client:0.8.2'
+ compile 'rocks.xmpp:xmpp-extensions-client:0.8.2'
compile 'com.rometools:rome:1.12.2'
compile 'com.rometools:rome-modules:1.12.2'
- compile 'org.flywaydb:flyway-core:5.2.4'
-
runtime 'org.mariadb.jdbc:mariadb-java-client:2.5.1'
runtime 'net.java.dev.jna:jna:5.5.0'
runtime 'net.java.dev.jna:jna-platform:5.5.0'