From bdf4aa9df906674779b439d91408b0e7af713d17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 12:38:26 +0000 Subject: [PATCH] chore(deps): bump commons-codec:commons-codec from 1.18.0 to 1.19.0 --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 97cc5814..cc8f8d23 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.13.1' implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation 'com.squareup.okio:okio:3.15.0' - implementation 'commons-codec:commons-codec:1.18.0' + implementation 'commons-codec:commons-codec:1.19.0' } buildscript {