From 0a80e601120fdc76b0b24df54f80c9ed47848b1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 04:59:28 +0000 Subject: [PATCH 01/24] Bump androidx.fragment:fragment from 1.8.0 to 1.8.2 Bumps androidx.fragment:fragment from 1.8.0 to 1.8.2. --- updated-dependencies: - dependency-name: androidx.fragment:fragment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 89dcea426..187408bb8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -172,7 +172,7 @@ dependencies { implementation 'androidx.core:core:1.13.1' implementation 'androidx.media:media:1.7.0' - implementation 'androidx.fragment:fragment:1.8.0' + implementation 'androidx.fragment:fragment:1.8.2' implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.preference:preference:1.2.1' implementation 'androidx.cardview:cardview:1.0.0' From f388b69c6d650b48518eadcedba41ae75c119516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 04:59:24 +0000 Subject: [PATCH 02/24] Bump androidx.lifecycle:lifecycle-common-java8 from 2.7.0 to 2.8.4 Bumps androidx.lifecycle:lifecycle-common-java8 from 2.7.0 to 2.8.4. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-common-java8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 187408bb8..2e9170181 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -184,7 +184,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-viewmodel:2.7.0' implementation 'androidx.lifecycle:lifecycle-livedata:2.7.0' implementation 'androidx.lifecycle:lifecycle-livedata:2.7.0' - implementation 'androidx.lifecycle:lifecycle-common-java8:2.7.0' + implementation 'androidx.lifecycle:lifecycle-common-java8:2.8.4' implementation 'androidx.viewpager2:viewpager2:1.1.0' implementation 'androidx.room:room-runtime:2.6.1' annotationProcessor 'androidx.room:room-compiler:2.6.1' From 2bdaa2e679807e3602ca6c66f3bba158f3f4016b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 04:59:49 +0000 Subject: [PATCH 03/24] Bump androidx.lifecycle:lifecycle-viewmodel from 2.7.0 to 2.8.4 Bumps androidx.lifecycle:lifecycle-viewmodel from 2.7.0 to 2.8.4. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-viewmodel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2e9170181..2b2f69c20 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -181,7 +181,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.browser:browser:1.8.0' - implementation 'androidx.lifecycle:lifecycle-viewmodel:2.7.0' + implementation 'androidx.lifecycle:lifecycle-viewmodel:2.8.4' implementation 'androidx.lifecycle:lifecycle-livedata:2.7.0' implementation 'androidx.lifecycle:lifecycle-livedata:2.7.0' implementation 'androidx.lifecycle:lifecycle-common-java8:2.8.4' From 0059d0ffc746b5248a6b107a49619f11bd6a3794 Mon Sep 17 00:00:00 2001 From: Niko Strijbol Date: Thu, 5 Sep 2024 15:20:23 +0200 Subject: [PATCH 04/24] Bump android build tools --- app/build.gradle | 3 +-- build.gradle | 2 +- buildSrc/build.gradle | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2b2f69c20..aa8fe980c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -182,8 +182,7 @@ dependencies { implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.browser:browser:1.8.0' implementation 'androidx.lifecycle:lifecycle-viewmodel:2.8.4' - implementation 'androidx.lifecycle:lifecycle-livedata:2.7.0' - implementation 'androidx.lifecycle:lifecycle-livedata:2.7.0' + implementation 'androidx.lifecycle:lifecycle-livedata:2.8.1' implementation 'androidx.lifecycle:lifecycle-common-java8:2.8.4' implementation 'androidx.viewpager2:viewpager2:1.1.0' implementation 'androidx.room:room-runtime:2.6.1' diff --git a/build.gradle b/build.gradle index df895568b..0775956d5 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.2.2' + classpath 'com.android.tools.build:gradle:8.5.2' classpath 'com.google.gms:google-services:4.4.2' classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.2' } diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index faa565ba3..fb74eec1b 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -13,7 +13,7 @@ repositories { dependencies { implementation gradleApi() implementation localGroovy() - implementation 'com.android.tools.build:gradle:8.2.2' + implementation 'com.android.tools.build:gradle:8.5.2' implementation 'org.jetbrains:annotations:24.1.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.12.0' From 064b70c87f158e31784627f1eb7fdfcf0d9903c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:29:13 +0000 Subject: [PATCH 05/24] Bump androidx.test:core from 1.5.0 to 1.6.1 Bumps androidx.test:core from 1.5.0 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.test:core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index aa8fe980c..2de7e4b65 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -220,7 +220,7 @@ dependencies { // Once final classes can be mocked, go back to mockito-core. testImplementation 'org.mockito:mockito-inline:5.2.0' testImplementation 'org.robolectric:robolectric:4.12.2' - testImplementation 'androidx.test:core:1.5.0' + testImplementation 'androidx.test:core:1.6.1' testImplementation 'androidx.test.ext:junit:1.1.5' testImplementation 'androidx.test:rules:1.5.0' testImplementation 'androidx.test.espresso:espresso-core:3.5.1' From c90e120274b5b53dce5c1f5955d62a1899627392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:29:25 +0000 Subject: [PATCH 06/24] Bump androidx.test:rules from 1.5.0 to 1.6.1 Bumps androidx.test:rules from 1.5.0 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.test:rules dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2de7e4b65..4d6f801de 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -222,7 +222,7 @@ dependencies { testImplementation 'org.robolectric:robolectric:4.12.2' testImplementation 'androidx.test:core:1.6.1' testImplementation 'androidx.test.ext:junit:1.1.5' - testImplementation 'androidx.test:rules:1.5.0' + testImplementation 'androidx.test:rules:1.6.1' testImplementation 'androidx.test.espresso:espresso-core:3.5.1' testImplementation 'androidx.test.espresso:espresso-intents:3.5.1' testImplementation 'androidx.test.espresso:espresso-contrib:3.5.1' From 1163ef57c11f3131b3658bb5a86f6d5daccf7583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:29:29 +0000 Subject: [PATCH 07/24] Bump androidx.test.espresso:espresso-contrib from 3.5.1 to 3.6.1 Bumps androidx.test.espresso:espresso-contrib from 3.5.1 to 3.6.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-contrib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4d6f801de..49ca2bbc0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -225,7 +225,7 @@ dependencies { testImplementation 'androidx.test:rules:1.6.1' testImplementation 'androidx.test.espresso:espresso-core:3.5.1' testImplementation 'androidx.test.espresso:espresso-intents:3.5.1' - testImplementation 'androidx.test.espresso:espresso-contrib:3.5.1' + testImplementation 'androidx.test.espresso:espresso-contrib:3.6.1' testImplementation 'androidx.arch.core:core-testing:2.2.0' testImplementation 'androidx.room:room-testing:2.6.1' testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0' From 406fad05a728a5658358b1cb49ac80862b5c4e69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:29:27 +0200 Subject: [PATCH 08/24] Bump androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1 Bumps androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 49ca2bbc0..94bba3bb7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -223,7 +223,7 @@ dependencies { testImplementation 'androidx.test:core:1.6.1' testImplementation 'androidx.test.ext:junit:1.1.5' testImplementation 'androidx.test:rules:1.6.1' - testImplementation 'androidx.test.espresso:espresso-core:3.5.1' + testImplementation 'androidx.test.espresso:espresso-core:3.6.1' testImplementation 'androidx.test.espresso:espresso-intents:3.5.1' testImplementation 'androidx.test.espresso:espresso-contrib:3.6.1' testImplementation 'androidx.arch.core:core-testing:2.2.0' From 3224fea5f4d84cfcb17792298aaf1c5eab6e967c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:29:28 +0200 Subject: [PATCH 09/24] Bump androidx.test.espresso:espresso-intents from 3.5.1 to 3.6.1 Bumps androidx.test.espresso:espresso-intents from 3.5.1 to 3.6.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-intents dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 94bba3bb7..02e1d70c4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -224,7 +224,7 @@ dependencies { testImplementation 'androidx.test.ext:junit:1.1.5' testImplementation 'androidx.test:rules:1.6.1' testImplementation 'androidx.test.espresso:espresso-core:3.6.1' - testImplementation 'androidx.test.espresso:espresso-intents:3.5.1' + testImplementation 'androidx.test.espresso:espresso-intents:3.6.1' testImplementation 'androidx.test.espresso:espresso-contrib:3.6.1' testImplementation 'androidx.arch.core:core-testing:2.2.0' testImplementation 'androidx.room:room-testing:2.6.1' From 7bccb54f8cc86fe80f89e4c6c9173ad6db3b6285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:29:37 +0200 Subject: [PATCH 10/24] Bump androidx.test.ext:junit from 1.1.5 to 1.2.1 Bumps androidx.test.ext:junit from 1.1.5 to 1.2.1. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 02e1d70c4..69eb59a7c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -221,7 +221,7 @@ dependencies { testImplementation 'org.mockito:mockito-inline:5.2.0' testImplementation 'org.robolectric:robolectric:4.12.2' testImplementation 'androidx.test:core:1.6.1' - testImplementation 'androidx.test.ext:junit:1.1.5' + testImplementation 'androidx.test.ext:junit:1.2.1' testImplementation 'androidx.test:rules:1.6.1' testImplementation 'androidx.test.espresso:espresso-core:3.6.1' testImplementation 'androidx.test.espresso:espresso-intents:3.6.1' From 40241f7a0351aed8c409ceb8d6b8c5dbdb514aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 04:52:24 +0000 Subject: [PATCH 11/24] Bump com.android.tools:desugar_jdk_libs from 2.0.4 to 2.1.1 Bumps [com.android.tools:desugar_jdk_libs](https://github.com/google/desugar_jdk_libs) from 2.0.4 to 2.1.1. - [Changelog](https://github.com/google/desugar_jdk_libs/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/desugar_jdk_libs/commits) --- updated-dependencies: - dependency-name: com.android.tools:desugar_jdk_libs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 69eb59a7c..92c08dd71 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -168,7 +168,7 @@ android { } dependencies { - coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4' + coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.1' implementation 'androidx.core:core:1.13.1' implementation 'androidx.media:media:1.7.0' From 9e1e44126823b77e92d4ad35117c469e931bd6d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:29:24 +0000 Subject: [PATCH 12/24] Bump com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0 Bumps com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-maps dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 92c08dd71..f7e50dfec 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -202,7 +202,7 @@ dependencies { compileOnly 'io.soabase.record-builder:record-builder-core:41' // Dependencies for the Play Store version. - storeImplementation 'com.google.android.gms:play-services-maps:18.2.0' + storeImplementation 'com.google.android.gms:play-services-maps:19.0.0' storeImplementation 'com.google.firebase:firebase-analytics:22.0.2' storeImplementation 'com.google.firebase:firebase-crashlytics:19.0.2' storeImplementation 'com.google.android.gms:play-services-code-scanner:16.1.0' From fa0e47b3a5f128115fffc4fa96fb6b2fcb0b712c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 06:52:02 +0200 Subject: [PATCH 13/24] Bump com.google.firebase:firebase-analytics from 22.0.2 to 22.1.0 Bumps com.google.firebase:firebase-analytics from 22.0.2 to 22.1.0. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-analytics dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f7e50dfec..9c712636f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -203,7 +203,7 @@ dependencies { // Dependencies for the Play Store version. storeImplementation 'com.google.android.gms:play-services-maps:19.0.0' - storeImplementation 'com.google.firebase:firebase-analytics:22.0.2' + storeImplementation 'com.google.firebase:firebase-analytics:22.1.0' storeImplementation 'com.google.firebase:firebase-crashlytics:19.0.2' storeImplementation 'com.google.android.gms:play-services-code-scanner:16.1.0' From 979d7ebd1b0e1bc40e271f5ffbf3a2915006500e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 06:59:23 +0200 Subject: [PATCH 14/24] Bump com.google.firebase:firebase-crashlytics from 19.0.2 to 19.0.3 Bumps [com.google.firebase:firebase-crashlytics](https://github.com/firebase/firebase-android-sdk) from 19.0.2 to 19.0.3. - [Changelog](https://github.com/firebase/firebase-android-sdk/blob/main/docs/make_release_notes.py) - [Commits](https://github.com/firebase/firebase-android-sdk/commits) --- updated-dependencies: - dependency-name: com.google.firebase:firebase-crashlytics dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9c712636f..d30df7d3b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -204,7 +204,7 @@ dependencies { // Dependencies for the Play Store version. storeImplementation 'com.google.android.gms:play-services-maps:19.0.0' storeImplementation 'com.google.firebase:firebase-analytics:22.1.0' - storeImplementation 'com.google.firebase:firebase-crashlytics:19.0.2' + storeImplementation 'com.google.firebase:firebase-crashlytics:19.0.3' storeImplementation 'com.google.android.gms:play-services-code-scanner:16.1.0' // Dependencies for open version. From 8c3c033f31c3c069505dc64ec4cd051381da3404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 04:52:36 +0000 Subject: [PATCH 15/24] Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.2.1-jre to 33.3.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d30df7d3b..6eace9602 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -235,7 +235,7 @@ dependencies { testImplementation 'com.github.niknetniko:easy-random:master-SNAPSHOT' testImplementation 'org.apache.commons:commons-lang3:3.14.0' testImplementation 'commons-validator:commons-validator:1.9.0' - testImplementation 'com.google.guava:guava:33.2.1-jre' + testImplementation 'com.google.guava:guava:33.3.0-jre' } From da4c0972f742c49051c39976618ff84d294e5689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 04:59:45 +0000 Subject: [PATCH 16/24] Bump io.soabase.record-builder:record-builder-core from 41 to 42 Bumps [io.soabase.record-builder:record-builder-core](https://github.com/randgalt/record-builder) from 41 to 42. - [Release notes](https://github.com/randgalt/record-builder/releases) - [Commits](https://github.com/randgalt/record-builder/commits) --- updated-dependencies: - dependency-name: io.soabase.record-builder:record-builder-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6eace9602..0ec192cd9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -199,7 +199,7 @@ dependencies { implementation 'com.github.niqdev:ipcam-view:2.4.1' annotationProcessor 'io.soabase.record-builder:record-builder-processor:41' - compileOnly 'io.soabase.record-builder:record-builder-core:41' + compileOnly 'io.soabase.record-builder:record-builder-core:42' // Dependencies for the Play Store version. storeImplementation 'com.google.android.gms:play-services-maps:19.0.0' From fd5ab0b8fcdc37e2de67765599af134ce7b44b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 06:59:41 +0200 Subject: [PATCH 17/24] Bump io.soabase.record-builder:record-builder-processor from 41 to 42 Bumps [io.soabase.record-builder:record-builder-processor](https://github.com/randgalt/record-builder) from 41 to 42. - [Release notes](https://github.com/randgalt/record-builder/releases) - [Commits](https://github.com/randgalt/record-builder/commits) --- updated-dependencies: - dependency-name: io.soabase.record-builder:record-builder-processor dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0ec192cd9..6f546c2be 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -198,7 +198,7 @@ dependencies { implementation 'dev.chrisbanes.insetter:insetter:0.6.1' implementation 'com.github.niqdev:ipcam-view:2.4.1' - annotationProcessor 'io.soabase.record-builder:record-builder-processor:41' + annotationProcessor 'io.soabase.record-builder:record-builder-processor:42' compileOnly 'io.soabase.record-builder:record-builder-core:42' // Dependencies for the Play Store version. From ce5ad5645b64021a95707c11c257c86785e4cd82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 04:52:06 +0000 Subject: [PATCH 18/24] Bump nl.jqno.equalsverifier:equalsverifier from 3.16.1 to 3.16.2 Bumps [nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) from 3.16.1 to 3.16.2. - [Release notes](https://github.com/jqno/equalsverifier/releases) - [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md) - [Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-3.16.1...equalsverifier-3.16.2) --- updated-dependencies: - dependency-name: nl.jqno.equalsverifier:equalsverifier dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6f546c2be..2f5a80a83 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -229,7 +229,7 @@ dependencies { testImplementation 'androidx.arch.core:core-testing:2.2.0' testImplementation 'androidx.room:room-testing:2.6.1' testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0' - testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16.1' + testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16.2' testImplementation 'com.shazam:shazamcrest:0.11' testImplementation 'org.skyscreamer:jsonassert:1.5.1' testImplementation 'com.github.niknetniko:easy-random:master-SNAPSHOT' From 7a05cca79458547d76ddc0989b57637e362b39e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 04:52:20 +0000 Subject: [PATCH 19/24] Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2f5a80a83..2afbefe9f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -233,7 +233,7 @@ dependencies { testImplementation 'com.shazam:shazamcrest:0.11' testImplementation 'org.skyscreamer:jsonassert:1.5.1' testImplementation 'com.github.niknetniko:easy-random:master-SNAPSHOT' - testImplementation 'org.apache.commons:commons-lang3:3.14.0' + testImplementation 'org.apache.commons:commons-lang3:3.17.0' testImplementation 'commons-validator:commons-validator:1.9.0' testImplementation 'com.google.guava:guava:33.3.0-jre' } From dc59f9239f1b8aec8f653257d8bc32178ee91c84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 04:52:29 +0000 Subject: [PATCH 20/24] Bump org.mockito:mockito-core from 5.12.0 to 5.13.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.12.0 to 5.13.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.12.0...v5.13.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index fb74eec1b..8f2b41485 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -16,7 +16,7 @@ dependencies { implementation 'com.android.tools.build:gradle:8.5.2' implementation 'org.jetbrains:annotations:24.1.0' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.12.0' + testImplementation 'org.mockito:mockito-core:5.13.0' } validatePlugins { From b132672670a1b4111dc6aca86f29226bd8fed724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 04:52:11 +0000 Subject: [PATCH 21/24] Bump org.osmdroid:osmdroid-android from 6.1.18 to 6.1.20 Bumps [org.osmdroid:osmdroid-android](https://github.com/osmdroid/osmdroid) from 6.1.18 to 6.1.20. - [Release notes](https://github.com/osmdroid/osmdroid/releases) - [Changelog](https://github.com/osmdroid/osmdroid/blob/master/CHANGELOG.md) - [Commits](https://github.com/osmdroid/osmdroid/compare/osmdroid-parent-6.1.18...osmdroid-parent-6.1.20) --- updated-dependencies: - dependency-name: org.osmdroid:osmdroid-android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2afbefe9f..127f7d4ab 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -208,7 +208,7 @@ dependencies { storeImplementation 'com.google.android.gms:play-services-code-scanner:16.1.0' // Dependencies for open version. - openImplementation 'org.osmdroid:osmdroid-android:6.1.18' + openImplementation 'org.osmdroid:osmdroid-android:6.1.20' openImplementation 'com.journeyapps:zxing-android-embedded:4.3.0' if (props.getProperty("hydra.debug.leaks").toBoolean()) { From b8b80c042c5b307204a463af26fa3ac633e65ac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 06:59:20 +0200 Subject: [PATCH 22/24] Bump org.robolectric:robolectric from 4.12.2 to 4.13 Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.12.2 to 4.13. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.12.2...robolectric-4.13) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 127f7d4ab..71db168df 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -219,7 +219,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' // Once final classes can be mocked, go back to mockito-core. testImplementation 'org.mockito:mockito-inline:5.2.0' - testImplementation 'org.robolectric:robolectric:4.12.2' + testImplementation 'org.robolectric:robolectric:4.13' testImplementation 'androidx.test:core:1.6.1' testImplementation 'androidx.test.ext:junit:1.2.1' testImplementation 'androidx.test:rules:1.6.1' From 05476ba97f289136a270c498b69ed5830217b9cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:29:32 +0000 Subject: [PATCH 23/24] Bump org.skyscreamer:jsonassert from 1.5.1 to 1.5.3 Bumps [org.skyscreamer:jsonassert](https://github.com/skyscreamer/JSONassert) from 1.5.1 to 1.5.3. - [Release notes](https://github.com/skyscreamer/JSONassert/releases) - [Changelog](https://github.com/skyscreamer/JSONassert/blob/master/CHANGELOG.md) - [Commits](https://github.com/skyscreamer/JSONassert/compare/jsonassert-1.5.1...jsonassert-1.5.3) --- updated-dependencies: - dependency-name: org.skyscreamer:jsonassert dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 71db168df..cd4a70377 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -231,7 +231,7 @@ dependencies { testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0' testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16.2' testImplementation 'com.shazam:shazamcrest:0.11' - testImplementation 'org.skyscreamer:jsonassert:1.5.1' + testImplementation 'org.skyscreamer:jsonassert:1.5.3' testImplementation 'com.github.niknetniko:easy-random:master-SNAPSHOT' testImplementation 'org.apache.commons:commons-lang3:3.17.0' testImplementation 'commons-validator:commons-validator:1.9.0' From 7fdd404556459acbb80e4c8f7bcce38fd0f59bc9 Mon Sep 17 00:00:00 2001 From: Niko Strijbol Date: Thu, 5 Sep 2024 16:13:18 +0200 Subject: [PATCH 24/24] Fix some lint errors --- app/src/main/AndroidManifest.xml | 3 ++- .../be/ugent/zeus/hydra/common/utils/StringUtilsTest.java | 4 ++-- .../zeus/hydra/feed/cards/dismissal/DismissalDaoTest.java | 4 ---- .../ugent/zeus/hydra/feed/commands/MemoryDismissalDao.java | 4 ++-- .../java/be/ugent/zeus/hydra/testing/matcher/Fields.java | 5 ++--- 5 files changed, 8 insertions(+), 12 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a43986fee..33fac14af 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -192,7 +192,8 @@ android:label="@string/wpi_cammie_title" android:parentActivityName=".wpi.cammie.CammieActivity" android:screenOrientation="fullSensor" - android:theme="@style/Zeus.Material.Cammie" /> + android:theme="@style/Zeus.Material.Cammie" + tools:ignore="DiscouragedApi" /> dismissals = new HashSet<>(); diff --git a/app/src/test/java/be/ugent/zeus/hydra/testing/matcher/Fields.java b/app/src/test/java/be/ugent/zeus/hydra/testing/matcher/Fields.java index 6ef648d0a..2a44d6254 100644 --- a/app/src/test/java/be/ugent/zeus/hydra/testing/matcher/Fields.java +++ b/app/src/test/java/be/ugent/zeus/hydra/testing/matcher/Fields.java @@ -23,7 +23,7 @@ package be.ugent.zeus.hydra.testing.matcher; import android.os.Build; -import androidx.annotation.RequiresApi; +import androidx.test.filters.SdkSuppress; import java.lang.reflect.Field; import java.lang.reflect.Modifier; @@ -37,13 +37,12 @@ * * @author Niko Strijbol */ -@RequiresApi(api = Build.VERSION_CODES.N) +@SdkSuppress(minSdkVersion = Build.VERSION_CODES.N) class Fields { private final Class clazz; private final Collection ignoredFields; - private List results; Fields(Class clazz) { this.clazz = clazz;