From 3675c00a37120fae30ca0a77ea47c9dfbec9ad33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 16:26:06 +0000 Subject: [PATCH] Bump the general-updates group across 1 directory with 2 updates Bumps the general-updates group with 2 updates in the / directory: androidx.core:core-ktx and [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp). Updates `androidx.core:core-ktx` from 1.18.0 to 1.19.0 Updates `com.squareup.okhttp3:okhttp` from 5.3.2 to 5.4.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.3.2...parent-5.4.0) --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: general-updates - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: general-updates ... Signed-off-by: dependabot[bot] --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9ce73e65..b78871d8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -134,7 +134,7 @@ android { } dependencies { - implementation 'androidx.core:core-ktx:1.18.0' + implementation 'androidx.core:core-ktx:1.19.0' implementation "androidx.compose.ui:ui:$compose_version" implementation "androidx.compose.material:material:$compose_version" implementation "androidx.compose.ui:ui-tooling-preview:$compose_version" @@ -221,7 +221,7 @@ dependencies { // WebDAV sync dependencies implementation "androidx.work:work-runtime-ktx:2.11.2" // Background sync - implementation "com.squareup.okhttp3:okhttp:5.3.2" // HTTP/WebDAV client + implementation "com.squareup.okhttp3:okhttp:5.4.0" // HTTP/WebDAV client // implementation("com.google.crypto.tink:tink-android:1.21.0") // provides encryption for sync credentials // Added so that R8 optimization don't fail