diff options
author | Vitaly Takmazov | 2020-06-04 14:22:28 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-06-04 14:22:28 +0300 |
commit | 1afd00943ee58f911fa27eb5b181f0ee3a22e605 (patch) | |
tree | 4803bd676455e189a0c97dc05f286948c2b53957 /build.gradle | |
parent | b0bdce22447ff815512ae7612dd4ab4a5d9a409a (diff) |
Update deps
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle index a6f8e584..884b073c 100644 --- a/build.gradle +++ b/build.gradle @@ -123,7 +123,7 @@ dependencies { compile ('org.springframework.boot:spring-boot-devtools') runtime ("org.springframework.boot:spring-boot-properties-migrator") - compile 'org.flywaydb:flyway-core:6.4.2' + compile 'org.flywaydb:flyway-core:6.4.3' compile 'com.github.ben-manes.caffeine:caffeine:2.8.4' compile "javax.inject:javax.inject:1" @@ -137,7 +137,7 @@ dependencies { compile "org.apache.commons:commons-imaging:1.0-alpha1" compile "commons-codec:commons-codec:1.14" - compile "commons-io:commons-io:2.6" + compile "commons-io:commons-io:2.7" compile 'org.ocpsoft.prettytime:prettytime:4.0.5.Final' compile 'com.twelvemonkeys.imageio:imageio-jpeg:3.5' @@ -157,8 +157,8 @@ dependencies { 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 'com.rometools:rome:1.13.0' + compile 'com.rometools:rome-modules:1.13.0' runtime 'org.mariadb.jdbc:mariadb-java-client:2.6.0' runtime 'net.java.dev.jna:jna:5.5.0' @@ -166,8 +166,8 @@ dependencies { runtime 'com.h2database:h2:1.4.200' compile 'io.pebbletemplates:pebble-spring5:3.1.3' - compile 'com.atlassian.commonmark:commonmark:0.15.0' - compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.15.0' + compile 'com.atlassian.commonmark:commonmark:0.15.1' + compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.15.1' compile 'org.tomitribe:tomitribe-http-signatures:1.4' compile 'com.google.api-client:google-api-client:1.30.9' compile "com.kotcrab.remark:remark:1.2.0" @@ -175,7 +175,7 @@ dependencies { compile 'io.jsonwebtoken:jjwt-api:0.11.1' runtime 'io.jsonwebtoken:jjwt-jackson:0.11.1' runtime 'io.jsonwebtoken:jjwt-impl:0.11.1' - compile 'com.nimbusds:nimbus-jose-jwt:8.17' + compile 'com.nimbusds:nimbus-jose-jwt:8.19' testCompile("org.springframework.boot:spring-boot-starter-test") testCompile('net.sourceforge.htmlunit:htmlunit:2.40.0') |