From 47aac9f8e632e044116165c8a3c8d534fe99b36d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 17:59:31 +0000 Subject: [PATCH] Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0 Bumps [org.apache.commons:commons-text](https://github.com/apache/commons-text) from 1.14.0 to 1.15.0. - [Changelog](https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-text/compare/rel/commons-text-1.14.0...rel/commons-text-1.15.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-text dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 6d08df2fb0ad..74801b9789db 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -39,7 +39,7 @@ androidx-wear-protolayout = '1.2.1' androidx-wear-tooling = '1.0.0' androidx-wear-watchface = '1.2.1' androidx-work = '2.11.0' -apache-commons-text = '1.14.0' +apache-commons-text = '1.15.0' apache-http-client-android = '4.3.5.1' automattic-about = '1.7.0' automattic-encryptedlogging = '1.1.2'