diff --git a/scalabot-app/build.gradle.kts b/scalabot-app/build.gradle.kts index a9cb056..1b06030 100644 --- a/scalabot-app/build.gradle.kts +++ b/scalabot-app/build.gradle.kts @@ -29,8 +29,8 @@ dependencies { implementation("org.jdom:jdom2:2.0.6.1") - implementation("org.telegram:telegrambots-abilities:6.1.0") - implementation("org.telegram:telegrambots:6.1.0") + implementation("org.telegram:telegrambots-abilities:6.3.0") + implementation("org.telegram:telegrambots:6.3.0") // Added as a mitigation measure for vulnerabilities. // When the relevant reference dependency updates it, it will be removed. diff --git a/scalabot-extension/build.gradle.kts b/scalabot-extension/build.gradle.kts index acca0ee..aa390c7 100644 --- a/scalabot-extension/build.gradle.kts +++ b/scalabot-extension/build.gradle.kts @@ -9,7 +9,7 @@ plugins { dependencies { implementation("commons-codec:commons-codec:1.15") - api("org.telegram:telegrambots-abilities:6.1.0") + api("org.telegram:telegrambots-abilities:6.3.0") api("org.slf4j:slf4j-api:2.0.3") // Added as a mitigation measure for vulnerabilities. diff --git a/scalabot-meta/build.gradle.kts b/scalabot-meta/build.gradle.kts index f261c00..af25280 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.1.0") + implementation("org.telegram:telegrambots-meta:6.3.0") // Added as a mitigation measure for vulnerabilities. // When the relevant reference dependency updates it, it will be removed.