From c5a16d62a68175bb64b2ca317ee24c62940da03a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 07:25:23 +0000 Subject: [PATCH] build(deps): Bump the all-gradle group with 3 updates Bumps the all-gradle group with 3 updates: [gradle-wrapper](https://github.com/gradle/gradle), [com.google.android.material:material](https://github.com/material-components/material-components-android) and [com.google.devtools.ksp](https://github.com/google/ksp). Updates `gradle-wrapper` from 9.5.0 to 9.5.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](https://github.com/gradle/gradle/compare/v9.5.0...v9.5.1) Updates `com.google.android.material:material` from 1.13.0 to 1.14.0 - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.13.0...1.14.0) Updates `com.google.devtools.ksp` from 2.3.7 to 2.3.8 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.3.7...2.3.8) --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: com.google.android.material:material dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gradle - dependency-name: com.google.devtools.ksp dependency-version: 2.3.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9b0165fbf..51ae3d015 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ appcompat = "1.7.1" recyclerview = "1.4.0" paletteKtx = "1.0.0" activityKtx = "1.13.0" -material = "1.13.0" +material = "1.14.0" # Android Lifecycle lifecycle-extensions = "2.2.0" @@ -56,7 +56,7 @@ activity = "1.13.0" # Database moshi = "1.15.2" room = "2.8.4" -ksp = "2.3.7" +ksp = "2.3.8" [libraries] # Core Libraries diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 743f48701..4dcb8425b 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500