build(deps): bump commons-codec:commons-codec from 1.15 to 1.16.0 (#75)

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

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-02 17:54:46 +08:00 committed by GitHub
parent b1e7643b09
commit 8be3f770bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ plugins {
}
dependencies {
implementation("commons-codec:commons-codec:1.15")
implementation("commons-codec:commons-codec:1.16.0")
api("org.telegram:telegrambots-abilities:6.7.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")