From 4c9256f82f31b1a8e648cb2b53718d001f728be1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 17:04:47 +0800 Subject: [PATCH] build(deps): bump org.telegram:telegrambots-meta from 6.5.0 to 6.7.0 (#64) Bumps [org.telegram:telegrambots-meta](https://github.com/rubenlagus/TelegramBots) from 6.5.0 to 6.7.0. - [Release notes](https://github.com/rubenlagus/TelegramBots/releases) - [Commits](https://github.com/rubenlagus/TelegramBots/compare/v6.5.0...v6.7.0) --- updated-dependencies: - dependency-name: org.telegram:telegrambots-meta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 4c56be8..30e801a 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.5.0") + implementation("org.telegram:telegrambots-meta:6.7.0") api("com.google.code.gson:gson:2.10.1")