From 8087e5b73c3b0b1dfa738ac4678f1b8cfcbc236c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 11:31:46 +0300 Subject: [PATCH] build(deps): Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 (#472) Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.17.0 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.17.0...rel/commons-codec-1.17.1) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f7ee4f9d..8cb1f561 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -48,7 +48,7 @@ bindIn = "1.4.0" # https://github.com/yshrsmz/BuildKonfig buildkonfigPlugin = "0.15.1" # https://mvnrepository.com/artifact/commons-codec/commons-codec -commonsCodec = "1.17.0" +commonsCodec = "1.17.1" # https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 commonsLang3 = "3.14.0" # https://github.com/JetBrains/compose-multiplatform