From ebb255d5efd359d8c6ffe2238ebdbf94ea0eaa31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:00:17 +0000 Subject: [PATCH] build(deps): bump org.telegram:telegrambots-meta from 6.7.0 to 6.8.0 Bumps [org.telegram:telegrambots-meta](https://github.com/rubenlagus/TelegramBots) from 6.7.0 to 6.8.0. - [Release notes](https://github.com/rubenlagus/TelegramBots/releases) - [Commits](https://github.com/rubenlagus/TelegramBots/compare/v6.7.0...v6.8.0) --- updated-dependencies: - dependency-name: org.telegram:telegrambots-meta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- scalabot-meta/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalabot-meta/build.gradle.kts b/scalabot-meta/build.gradle.kts index 4d48547..3d77ee7 100644 --- a/scalabot-meta/build.gradle.kts +++ b/scalabot-meta/build.gradle.kts @@ -12,7 +12,7 @@ dependencies { api("org.eclipse.aether:aether-api:$aetherVersion") implementation("org.eclipse.aether:aether-util:$aetherVersion") - implementation("org.telegram:telegrambots-meta:6.7.0") + implementation("org.telegram:telegrambots-meta:6.8.0") api("com.google.code.gson:gson:2.10.1")