From ec4092f25035d6bd7f5a3df46481d28225ccd442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 04:30:16 +0000 Subject: [PATCH] Bump the gradle-dependencies group with 2 updates Bumps the gradle-dependencies group with 2 updates: [com.google.android.material:material](https://github.com/material-components/material-components-android) and [gradle-wrapper](https://github.com/gradle/gradle). 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 `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) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies - dependency-name: gradle-wrapper dependency-version: 9.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] --- gradle/wrapper/gradle-wrapper.properties | 2 +- libtestingexample/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b52fb7e..df6a6ad 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 diff --git a/libtestingexample/build.gradle b/libtestingexample/build.gradle index fc48f83..b7fad1a 100644 --- a/libtestingexample/build.gradle +++ b/libtestingexample/build.gradle @@ -34,7 +34,7 @@ android { dependencies { implementation "androidx.core:core-ktx:1.18.0" implementation "androidx.appcompat:appcompat:1.7.1" - implementation "com.google.android.material:material:1.13.0" + implementation "com.google.android.material:material:1.14.0" androidTestImplementation "androidx.test.ext:junit:1.3.0" androidTestImplementation "androidx.test:core-ktx:1.7.0" androidTestImplementation "androidx.test:rules:1.7.0"