From 32356e7581b5e889b71ac4763275900add4602ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 19:53:34 +0000 Subject: [PATCH] Bump com.github.pengrad:java-telegram-bot-api from 8.1.+ to 8.3.0 Bumps [com.github.pengrad:java-telegram-bot-api](https://github.com/pengrad/java-telegram-bot-api) from 8.1.+ to 8.3.0. - [Release notes](https://github.com/pengrad/java-telegram-bot-api/releases) - [Commits](https://github.com/pengrad/java-telegram-bot-api/commits/8.3.0) --- updated-dependencies: - dependency-name: com.github.pengrad:java-telegram-bot-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ef526c9..247c482 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ subprojects { dependencies { // https://mvnrepository.com/artifact/com.github.pengrad/java-telegram-bot-api - implementation group: 'com.github.pengrad', name: 'java-telegram-bot-api', version: '8.1.+' + implementation group: 'com.github.pengrad', name: 'java-telegram-bot-api', version: '8.3.+' // https://github.com/ZeyDie/Simple-GSON implementation group: 'com.zeydie', name: 'SGson', version: '2.11.x-1.+'