From d611b952cd5d82b9241233b2d91b535483b20c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 08:38:35 +0000 Subject: [PATCH] chore(deps): bump com.materialkolor:material-kolor from 4.1.1 to 5.0.0 Bumps [com.materialkolor:material-kolor](https://github.com/jordond/materialkolor) from 4.1.1 to 5.0.0. - [Release notes](https://github.com/jordond/materialkolor/releases) - [Commits](https://github.com/jordond/materialkolor/compare/4.1.1...5.0.0) --- updated-dependencies: - dependency-name: com.materialkolor:material-kolor dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 028522c..3130041 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -81,7 +81,7 @@ okhttp = "5.4.0" junit = "4.13.2" material = "1.14.0" jsoup = "1.22.2" -materialKolor = "4.1.1" +materialKolor = "5.0.0" juniversalchardet = "2.5.0" kotlinxCoroutinesCore = "1.11.0" documentScanner = "1.3.7"