From 57085eb47a11c83d6702b76095608baa59391a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 08:41:37 +0800 Subject: [PATCH] Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 (#349) Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.16.0 to 1.16.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.0...rel/commons-codec-1.16.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 6b7c034d6d..fea92122db 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ tinyPinyin = "2.0.3.RELEASE" ezXHelper = "2.0.8" accompanist = "0.34.0" hiddenapibypass = "4.3" -commons-codec = "1.16.0" +commons-codec = "1.16.1" [libraries] core = { group = "androidx.core", name = "core", version.ref = "core" }