From 503e7f6dc845abf614e377425fa960f3fae2a174 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 29 Jul 2020 22:37:06 +0300 Subject: Update deps --- build.gradle | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index ad163b85..8aec4363 100644 --- a/build.gradle +++ b/build.gradle @@ -10,8 +10,8 @@ buildscript { } } plugins { - id 'com.github.ben-manes.versions' version '0.28.0' - id 'org.springframework.boot' version '2.3.1.RELEASE' apply false + id 'com.github.ben-manes.versions' version '0.29.0' + id 'org.springframework.boot' version '2.3.2.RELEASE' apply false id 'org.asciidoctor.convert' version '2.4.0' } @@ -123,24 +123,24 @@ dependencies { compile ('org.springframework.boot:spring-boot-devtools') runtime ("org.springframework.boot:spring-boot-properties-migrator") - compile 'org.flywaydb:flyway-core:6.5.0' + compile 'org.flywaydb:flyway-core:6.5.3' compile 'com.github.ben-manes.caffeine:caffeine:2.8.5' compile "javax.inject:javax.inject:1" compile 'com.google.code.findbugs:jsr305:3.0.2' compile 'javax.validation:validation-api:2.0.1.Final' - compile "org.apache.commons:commons-lang3:3.10" + compile "org.apache.commons:commons-lang3:3.11" compile "org.apache.commons:commons-collections4:4.4" compile 'org.apache.commons:commons-email:1.5' - compile 'org.apache.commons:commons-text:1.8' + compile 'org.apache.commons:commons-text:1.9' compile "org.apache.commons:commons-imaging:1.0-alpha1" compile "commons-codec:commons-codec:1.14" compile "commons-io:commons-io:2.7" compile 'org.ocpsoft.prettytime:prettytime:4.0.5.Final' - compile 'com.twelvemonkeys.imageio:imageio-jpeg:3.5' + compile 'com.twelvemonkeys.imageio:imageio-jpeg:3.6' compile 'org.imgscalr:imgscalr-lib:4.2' compile "javax.xml.bind:jaxb-api:2.3.1" @@ -157,17 +157,17 @@ dependencies { compile 'rocks.xmpp:xmpp-core-client:0.8.2' compile 'rocks.xmpp:xmpp-extensions-client:0.8.2' - compile 'com.rometools:rome:1.14.1' - compile 'com.rometools:rome-modules:1.14.1' + compile 'com.rometools:rome:1.15.0' + compile 'com.rometools:rome-modules:1.15.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 'org.mariadb.jdbc:mariadb-java-client:2.6.2' + runtime 'net.java.dev.jna:jna:5.6.0' + runtime 'net.java.dev.jna:jna-platform:5.6.0' runtime 'com.h2database:h2:1.4.200' 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 'com.atlassian.commonmark:commonmark:0.15.2' + compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.15.2' compile 'org.tomitribe:tomitribe-http-signatures:1.5' compile 'com.google.api-client:google-api-client:1.30.10' compile "com.kotcrab.remark:remark:1.2.0" @@ -178,7 +178,7 @@ dependencies { compile 'com.nimbusds:nimbus-jose-jwt:8.19' testCompile("org.springframework.boot:spring-boot-starter-test") - testCompile('net.sourceforge.htmlunit:htmlunit:2.41.0') + testCompile('net.sourceforge.htmlunit:htmlunit:2.42.0') testCompile('org.springframework.security:spring-security-test') testCompile("ch.vorburger.mariaDB4j:mariaDB4j:2.4.0") -- cgit v1.2.3