diff options
author | Vitaly Takmazov | 2021-03-18 21:11:50 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2021-03-18 21:11:54 +0300 |
commit | 232e4e6fd1fb095d0e29ed8bed03caa9f108a2a6 (patch) | |
tree | a5e8229e0a4e0ce3e50c2819c769dab3d523fed6 | |
parent | 1835926ad38c3a5129e5583cc61cc4105f1ebefd (diff) |
Update NPM deps
-rw-r--r-- | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index 94ad21e6..ce2cd8b1 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } } plugins { - id 'org.springframework.boot' version '2.4.3' apply false + id 'org.springframework.boot' version '2.4.4' apply false id 'org.asciidoctor.convert' version '2.4.0' id "com.github.ben-manes.versions" version '0.38.0' } @@ -136,11 +136,11 @@ dependencies { compile 'com.twelvemonkeys.imageio:imageio-jpeg:3.6.4' compile 'org.imgscalr:imgscalr-lib:4.2' - implementation "org.springdoc:springdoc-openapi-webmvc-core:1.5.5" + implementation "org.springdoc:springdoc-openapi-webmvc-core:1.5.6" compile 'org.apache.commons:commons-email:1.5' compile 'com.github.scribejava:scribejava-apis:8.1.0' - compile 'com.github.pengrad:java-telegram-bot-api:5.0.1' + compile 'com.github.pengrad:java-telegram-bot-api:5.1.0' compile 'org.imgscalr:imgscalr-lib:4.2' compile 'org.twitter4j:twitter4j-core:4.0.7' |