aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-06-29 12:00:32 +0300
committerGravatar Vitaly Takmazov2020-06-29 12:00:32 +0300
commit104cf68ad6a55cf945c18abe8f9b440ea088c74a (patch)
treebcccea6cb81185fea0d1e7d0fd95e3b63e3f3c4f /build.gradle
parentc239004e7884ad2a712a16cf800cb321c357f468 (diff)
Downgrade springfox, update other deps
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle14
1 files changed, 7 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle
index 929bcb13..2e1c6be2 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.4'
+ compile 'org.flywaydb:flyway-core:6.5.0'
compile 'com.github.ben-manes.caffeine:caffeine:2.8.4'
compile "javax.inject:javax.inject:1"
@@ -146,7 +146,7 @@ dependencies {
compile "javax.xml.bind:jaxb-api:2.3.1"
runtime 'org.glassfish.jaxb:jaxb-runtime:2.3.3'
- compileOnly 'io.springfox:springfox-core:2.10.0'
+ compileOnly 'io.springfox:springfox-core:2.9.2'
compile 'org.apache.commons:commons-email:1.5'
compile 'com.github.scribejava:scribejava-apis:6.9.0'
@@ -157,10 +157,10 @@ dependencies {
compile 'rocks.xmpp:xmpp-core-client:0.8.2'
compile 'rocks.xmpp:xmpp-extensions-client:0.8.2'
- compile 'com.rometools:rome:1.13.1'
- compile 'com.rometools:rome-modules:1.13.1'
+ compile 'com.rometools:rome:1.14.1'
+ compile 'com.rometools:rome-modules:1.14.1'
- runtime 'org.mariadb.jdbc:mariadb-java-client:2.6.0'
+ runtime 'org.mariadb.jdbc:mariadb-java-client:2.6.1'
runtime 'net.java.dev.jna:jna:5.5.0'
runtime 'net.java.dev.jna:jna-platform:5.5.0'
runtime 'com.h2database:h2:1.4.200'
@@ -168,7 +168,7 @@ dependencies {
compile 'io.pebbletemplates:pebble-spring5:3.1.3'
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 'org.tomitribe:tomitribe-http-signatures:1.5'
compile 'com.google.api-client:google-api-client:1.30.9'
compile "com.kotcrab.remark:remark:1.2.0"
@@ -182,7 +182,7 @@ dependencies {
testCompile('org.springframework.security:spring-security-test')
testCompile("ch.vorburger.mariaDB4j:mariaDB4j:2.4.0")
- testCompile 'io.springfox:springfox-swagger2:2.10.0'
+ testCompile 'io.springfox:springfox-swagger2:2.9.2'
testCompile 'org.bouncycastle:bcpkix-jdk15on:1.65'
}