diff options
author | Vitaly Takmazov | 2021-02-25 10:06:15 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2021-02-25 10:06:15 +0300 |
commit | 8e37d9505943a7645a8db5354554f3f314236923 (patch) | |
tree | 9c3aae97d9a4f640c9d34e8dac1e4e90d959317b /build.gradle | |
parent | b8ebbc520c090d68e3c003e3c6dacf8f95962755 (diff) |
Update dependencies with Gradle Versions plugin again
* something wrong with dependabot
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle index f14480ac..a2972495 100644 --- a/build.gradle +++ b/build.gradle @@ -9,8 +9,9 @@ buildscript { } } plugins { - id 'org.springframework.boot' version '2.4.2' apply false + id 'org.springframework.boot' version '2.4.3' apply false id 'org.asciidoctor.convert' version '2.4.0' + id "com.github.ben-manes.versions" version '0.36.0' } repositories { @@ -135,11 +136,11 @@ dependencies { compile 'com.twelvemonkeys.imageio:imageio-jpeg:3.6.2' compile 'org.imgscalr:imgscalr-lib:4.2' - implementation "org.springdoc:springdoc-openapi-webmvc-core:1.5.3" + implementation "org.springdoc:springdoc-openapi-webmvc-core:1.5.4" compile 'org.apache.commons:commons-email:1.5' - compile 'com.github.scribejava:scribejava-apis:7.1.1' - compile 'com.github.pengrad:java-telegram-bot-api:4.9.0' + compile 'com.github.scribejava:scribejava-apis:8.1.0' + compile 'com.github.pengrad:java-telegram-bot-api:5.0.1' compile 'org.imgscalr:imgscalr-lib:4.2' compile 'org.twitter4j:twitter4j-core:4.0.7' @@ -154,7 +155,7 @@ dependencies { runtime 'net.java.dev.jna:jna-platform:5.7.0' runtime 'com.h2database:h2' - compile 'io.pebbletemplates:pebble-spring5:3.1.4' + compile 'io.pebbletemplates:pebble-spring5:3.1.5' compile 'org.commonmark:commonmark:0.17.1' compile 'org.commonmark:commonmark-ext-autolink:0.17.1' compile 'org.tomitribe:tomitribe-http-signatures:1.7' |