diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle index 76ff9ee0..01ca040c 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { } } plugins { - id 'org.springframework.boot' version '2.2.5.RELEASE' apply false + id 'org.springframework.boot' version '2.2.6.RELEASE' apply false id("org.asciidoctor.convert") version "2.4.0" apply false } @@ -124,13 +124,13 @@ dependencies { compile ("org.springframework.boot:spring-boot-starter-actuator") compile ('org.springframework.boot:spring-boot-devtools') - compile 'org.flywaydb:flyway-core:6.3.1' + compile 'org.flywaydb:flyway-core:6.3.2' compile 'com.github.ben-manes.caffeine:caffeine:2.8.1' compile "javax.inject:javax.inject:1" compile 'com.google.code.findbugs:jsr305:3.0.2' - compile "org.apache.commons:commons-lang3:3.9" + compile "org.apache.commons:commons-lang3:3.10" compile "org.apache.commons:commons-collections4:4.4" compile 'org.apache.commons:commons-email:1.5' compile 'org.apache.commons:commons-text:1.8' @@ -150,7 +150,7 @@ dependencies { compile 'org.apache.commons:commons-email:1.5' compile 'com.github.scribejava:scribejava-apis:6.9.0' - compile 'com.github.pengrad:java-telegram-bot-api:4.6.0' + compile 'com.github.pengrad:java-telegram-bot-api:4.7.0' compile 'org.imgscalr:imgscalr-lib:4.2' compile 'org.twitter4j:twitter4j-core:4.0.7' @@ -160,7 +160,7 @@ dependencies { compile 'com.rometools:rome:1.12.2' compile 'com.rometools:rome-modules:1.12.2' - runtime 'org.mariadb.jdbc:mariadb-java-client:2.5.4' + runtime 'org.mariadb.jdbc:mariadb-java-client:2.6.0' 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' @@ -176,7 +176,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.10' + compile 'com.nimbusds:nimbus-jose-jwt:8.11' testCompile("org.springframework.boot:spring-boot-starter-test") testCompile('net.sourceforge.htmlunit:htmlunit:2.38.0') |