From 8af6f0e4c6a0fe7ad3f2c9dc7a837d4ef7b6b2a6 Mon Sep 17 00:00:00 2001 From: aNNiMON Date: Sun, 30 Jun 2024 21:45:30 +0300 Subject: [PATCH] Bump dependencies --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 092bb0c..3ecd326 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { mainClassName = 'com.annimon.ffmpegbot.Main' group 'com.annimon' -version '1.1-SNAPSHOT' +version '1.1.1-SNAPSHOT' sourceCompatibility = 17 targetCompatibility = 17 @@ -21,8 +21,8 @@ repositories { } dependencies { - implementation 'com.annimon:tgbots-module:6.5.1' - implementation 'org.slf4j:slf4j-simple:2.0.9' + implementation 'com.annimon:tgbots-module:7.1.0' + implementation 'org.slf4j:slf4j-simple:2.0.13' } test {