build(deps): bump commons-codec:commons-codec from 1.16.1 to 1.17.1

Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.16.1 to 1.17.1.
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.16.1...rel/commons-codec-1.17.1)

---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-11 15:23:49 +00:00 committed by GitHub
parent 818cb21df7
commit 07615894d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ plugins {
} }
dependencies { dependencies {
implementation("commons-codec:commons-codec:1.16.1") implementation("commons-codec:commons-codec:1.17.1")
api("org.telegram:telegrambots-abilities:8.0.0") api("org.telegram:telegrambots-abilities:8.0.0")
api(project(":scalabot-meta")) api(project(":scalabot-meta"))