From 1db3116f18b7426bb8683e4b847fec4cd61cf562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 09:48:54 +0000 Subject: [PATCH] build(deps): bump commons-codec:commons-codec from 1.15 to 1.16.0 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] --- scalabot-extension/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalabot-extension/build.gradle.kts b/scalabot-extension/build.gradle.kts index 40ce5f9..0b7aea2 100644 --- a/scalabot-extension/build.gradle.kts +++ b/scalabot-extension/build.gradle.kts @@ -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")