From 2baf8c993bf22ffc78911361246f3428cf3d8bec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 21:50:00 +0100 Subject: [PATCH 1/7] Bump androidx.annotation:annotation from 1.8.2 to 1.9.1 (#2884) Bumps androidx.annotation:annotation from 1.8.2 to 1.9.1. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- FlowCrypt/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index fbc815831..215568676 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -371,7 +371,7 @@ val uiTestsImplementation by configurations.named("uiTestsImplementation") dependencies { ksp("com.github.bumptech.glide:ksp:4.16.0") - ksp("androidx.annotation:annotation:1.8.2") + ksp("androidx.annotation:annotation:1.9.1") ksp("androidx.room:room-compiler:2.6.1") //ACRA needs the following dependency to use a custom report sender From 8da3e165ae6fdde17da08baaa09b4403737ce745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 21:50:40 +0100 Subject: [PATCH 2/7] Bump androidx.fragment:fragment-testing from 1.8.3 to 1.8.5 (#2885) Bumps androidx.fragment:fragment-testing from 1.8.3 to 1.8.5. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-testing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- FlowCrypt/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index 215568676..6bf30d554 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -381,7 +381,7 @@ dependencies { devDebugImplementation("com.squareup.leakcanary:leakcanary-android:2.14") //uiTests is the build type for testing. //noinspection FragmentGradleConfiguration - uiTestsImplementation("androidx.fragment:fragment-testing:1.8.3") + uiTestsImplementation("androidx.fragment:fragment-testing:1.8.5") uiTestsImplementation("androidx.test:core-ktx:1.6.1") androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1") From 3d9c45570521f76bf3fcb11cad0a01f40a367cf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 21:51:27 +0100 Subject: [PATCH 3/7] Bump the androidx_lifecycle group with 5 updates (#2882) Bumps the androidx_lifecycle group with 5 updates: | Package | From | To | | --- | --- | --- | | androidx.lifecycle:lifecycle-viewmodel-ktx | `2.8.6` | `2.8.7` | | androidx.lifecycle:lifecycle-livedata-ktx | `2.8.6` | `2.8.7` | | androidx.lifecycle:lifecycle-process | `2.8.6` | `2.8.7` | | androidx.lifecycle:lifecycle-runtime-ktx | `2.8.6` | `2.8.7` | | androidx.lifecycle:lifecycle-service | `2.8.6` | `2.8.7` | Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.8.6 to 2.8.7 Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.8.6 to 2.8.7 Updates `androidx.lifecycle:lifecycle-process` from 2.8.6 to 2.8.7 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.8.6 to 2.8.7 Updates `androidx.lifecycle:lifecycle-service` from 2.8.6 to 2.8.7 --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_lifecycle - dependency-name: androidx.lifecycle:lifecycle-livedata-ktx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_lifecycle - dependency-name: androidx.lifecycle:lifecycle-process dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_lifecycle - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_lifecycle - dependency-name: androidx.lifecycle:lifecycle-service dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_lifecycle ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- FlowCrypt/build.gradle.kts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index 6bf30d554..d981945a7 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -423,11 +423,11 @@ dependencies { implementation("androidx.constraintlayout:constraintlayout:2.1.4") implementation("androidx.test.espresso:espresso-idling-resource:3.6.1") implementation("androidx.lifecycle:lifecycle-extensions:2.2.0") - implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6") - implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.8.6") - implementation("androidx.lifecycle:lifecycle-process:2.8.6") - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.6") - implementation("androidx.lifecycle:lifecycle-service:2.8.6") + implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7") + implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.8.7") + implementation("androidx.lifecycle:lifecycle-process:2.8.7") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7") + implementation("androidx.lifecycle:lifecycle-service:2.8.7") implementation("androidx.room:room-runtime:2.6.1") implementation("androidx.room:room-ktx:2.6.1") //we disabled warnings about paging-runtime-ktx because a newer version doesn't fit our needs From 6103e91e614b67a3e2517cdad3a3210e71ac40bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 22:12:57 +0100 Subject: [PATCH 4/7] Bump androidx.constraintlayout:constraintlayout from 2.1.4 to 2.2.0 (#2892) Bumps androidx.constraintlayout:constraintlayout from 2.1.4 to 2.2.0. --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- FlowCrypt/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index d981945a7..eb377267d 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -420,7 +420,7 @@ dependencies { implementation("androidx.browser:browser:1.8.0") implementation("androidx.recyclerview:recyclerview:1.3.2") implementation("androidx.recyclerview:recyclerview-selection:1.1.0") - implementation("androidx.constraintlayout:constraintlayout:2.1.4") + implementation("androidx.constraintlayout:constraintlayout:2.2.0") implementation("androidx.test.espresso:espresso-idling-resource:3.6.1") implementation("androidx.lifecycle:lifecycle-extensions:2.2.0") implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7") From 52ef713cfb8471d9614bdd941fbb8f57efd240f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 22:13:50 +0100 Subject: [PATCH 5/7] Bump com.google.devtools.ksp from 2.0.21-1.0.26 to 2.0.21-1.0.27 (#2893) Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.0.21-1.0.26 to 2.0.21-1.0.27. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.0.21-1.0.26...2.0.21-1.0.27) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2e3d436e2..6186b4225 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { id("androidx.navigation.safeargs.kotlin") version "2.8.3" apply false id("com.starter.easylauncher") version "6.4.0" apply false id("org.jetbrains.kotlin.plugin.parcelize") version "2.0.21" apply false - id("com.google.devtools.ksp") version "2.0.21-1.0.26" apply false + id("com.google.devtools.ksp") version "2.0.21-1.0.27" apply false id("org.ajoberstar.grgit") version "5.3.0" apply false } From c41d3cae818d3f2c9e9cf4926df314e112f82f35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 22:40:49 +0100 Subject: [PATCH 6/7] Bump the androidx_navigation group with 3 updates (#2895) Bumps the androidx_navigation group with 3 updates: androidx.navigation:navigation-fragment-ktx, androidx.navigation:navigation-ui-ktx and androidx.navigation:navigation-runtime-ktx. Updates `androidx.navigation:navigation-fragment-ktx` from 2.8.3 to 2.8.4 Updates `androidx.navigation:navigation-ui-ktx` from 2.8.3 to 2.8.4 Updates `androidx.navigation:navigation-runtime-ktx` from 2.8.3 to 2.8.4 --- updated-dependencies: - dependency-name: androidx.navigation:navigation-fragment-ktx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_navigation - dependency-name: androidx.navigation:navigation-ui-ktx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_navigation - dependency-name: androidx.navigation:navigation-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_navigation ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- FlowCrypt/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index eb377267d..b9a1a5040 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -439,9 +439,9 @@ dependencies { implementation("androidx.activity:activity-ktx:1.9.3") implementation("androidx.fragment:fragment-ktx:1.8.4") implementation("androidx.work:work-runtime-ktx:2.9.1") - implementation("androidx.navigation:navigation-fragment-ktx:2.8.3") - implementation("androidx.navigation:navigation-ui-ktx:2.8.3") - implementation("androidx.navigation:navigation-runtime-ktx:2.8.3") + implementation("androidx.navigation:navigation-fragment-ktx:2.8.4") + implementation("androidx.navigation:navigation-ui-ktx:2.8.4") + implementation("androidx.navigation:navigation-runtime-ktx:2.8.4") implementation("androidx.webkit:webkit:1.12.1") implementation("com.google.android.gms:play-services-base:18.5.0") From 303baca3dad157ee71467f63bc807882228b7487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 22:19:26 +0100 Subject: [PATCH 7/7] Bump com.google.devtools.ksp from 2.0.21-1.0.27 to 2.0.21-1.0.28 (#2898) Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.0.21-1.0.27 to 2.0.21-1.0.28. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.0.21-1.0.27...2.0.21-1.0.28) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6186b4225..c4b99d751 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { id("androidx.navigation.safeargs.kotlin") version "2.8.3" apply false id("com.starter.easylauncher") version "6.4.0" apply false id("org.jetbrains.kotlin.plugin.parcelize") version "2.0.21" apply false - id("com.google.devtools.ksp") version "2.0.21-1.0.27" apply false + id("com.google.devtools.ksp") version "2.0.21-1.0.28" apply false id("org.ajoberstar.grgit") version "5.3.0" apply false }