From 3b5bd4772807d53f309b5cf72629c2eeb9b24371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 20:36:19 -0500 Subject: [PATCH 1/2] Bump codecov/codecov-action from 5.1.1 to 5.1.2 in /.github/workflows (#282) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: codecov/codecov-action 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> --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index ea73bf30..bac225eb 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -20,7 +20,7 @@ jobs: - name: Run Tests run: flutter test --coverage - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage/lcov.info From 9f2192a4d94b9a064f364eca761c43e26daa6bbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 20:36:34 -0500 Subject: [PATCH 2/2] Bump com.android.tools:desugar_jdk_libs from 2.1.3 to 2.1.4 in /android (#283) Bumps [com.android.tools:desugar_jdk_libs](https://github.com/google/desugar_jdk_libs) from 2.1.3 to 2.1.4. - [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-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index a1d7f8a0..36e73c1c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -109,7 +109,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.21" testImplementation "junit:junit:4.13.2" // https://developer.android.com/jetpack/androidx/releases/test/#1.2.0 - coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.1.3" + coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.1.4" implementation(platform("com.google.firebase:firebase-bom:33.7.0")) }