From 006852fcacfca035b1083a549f3158535cc2a377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 20:37:00 +0000 Subject: [PATCH] deps: bump the gradle-minor-patch group with 4 updates Bumps the gradle-minor-patch group with 4 updates: [com.squareup.okhttp3:mockwebserver3](https://github.com/lysine-dev/okhttp), [com.google.guava:guava](https://github.com/google/guava), [com.squareup.okhttp3:okhttp](https://github.com/lysine-dev/okhttp) and [gradle-wrapper](https://github.com/gradle/gradle). Updates `com.squareup.okhttp3:mockwebserver3` from 5.4.0 to 5.5.0 - [Changelog](https://github.com/lysine-dev/okhttp/blob/main/CHANGELOG.md) - [Commits](https://github.com/lysine-dev/okhttp/compare/parent-5.4.0...parent-5.5.0) Updates `com.google.guava:guava` from 33.6.0-android to 33.7.1-android - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `com.squareup.okhttp3:okhttp` from 5.4.0 to 5.5.0 - [Changelog](https://github.com/lysine-dev/okhttp/blob/main/CHANGELOG.md) - [Commits](https://github.com/lysine-dev/okhttp/compare/parent-5.4.0...parent-5.5.0) Updates `gradle-wrapper` from 9.7.0 to 9.7.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](https://github.com/gradle/gradle/compare/v9.7.0...v9.7.1) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:mockwebserver3 dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: com.google.guava:guava dependency-version: 33.7.1-android dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: gradle-wrapper dependency-version: 9.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7e602015..98701c4c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -183,7 +183,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.19.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.robolectric:robolectric:4.16.1' - testImplementation 'com.squareup.okhttp3:mockwebserver3:5.4.0' + testImplementation 'com.squareup.okhttp3:mockwebserver3:5.5.0' androidTestImplementation 'androidx.test.ext:junit:1.3.0' androidTestImplementation 'androidx.test:runner:1.7.0' @@ -200,7 +200,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.2.2' implementation 'com.google.android.material:material:1.14.0' implementation 'androidx.work:work-runtime:2.11.2' - implementation 'com.google.guava:guava:33.6.0-android' + implementation 'com.google.guava:guava:33.7.1-android' annotationProcessor 'androidx.annotation:annotation:1.10.0' // fix errors with libraries @@ -233,7 +233,7 @@ dependencies { implementation 'com.caverock:androidsvg-aar:1.4' // OkHttp for DNS-over-HTTPS - implementation 'com.squareup.okhttp3:okhttp:5.4.0' + implementation 'com.squareup.okhttp3:okhttp:5.5.0' implementation 'dnsjava:dnsjava:3.6.5' } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index f27e00d4..7afc56f0 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Sun Dec 15 12:41:56 CET 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists