1
0
mirror of https://github.com/aNNiMON/ffmpegbot synced 2024-09-19 22:54:20 +03:00

Bump dependencies

This commit is contained in:
aNNiMON 2024-06-30 21:45:30 +03:00
parent 77fbcb1e0b
commit 8af6f0e4c6

View File

@ -6,7 +6,7 @@ plugins {
mainClassName = 'com.annimon.ffmpegbot.Main' mainClassName = 'com.annimon.ffmpegbot.Main'
group 'com.annimon' group 'com.annimon'
version '1.1-SNAPSHOT' version '1.1.1-SNAPSHOT'
sourceCompatibility = 17 sourceCompatibility = 17
targetCompatibility = 17 targetCompatibility = 17
@ -21,8 +21,8 @@ repositories {
} }
dependencies { dependencies {
implementation 'com.annimon:tgbots-module:6.5.1' implementation 'com.annimon:tgbots-module:7.1.0'
implementation 'org.slf4j:slf4j-simple:2.0.9' implementation 'org.slf4j:slf4j-simple:2.0.13'
} }
test { test {