From 558d77607fce8f8a33407d66d093977a8aa1e158 Mon Sep 17 00:00:00 2001 From: Ghulam Nasir Date: Wed, 5 Mar 2025 13:13:33 +0100 Subject: [PATCH 1/2] increase open pull requests limit --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ce98de5811..3dfecf462cd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -71,7 +71,7 @@ updates: interval: "weekly" labels: - "autosubmit" - open-pull-requests-limit: 10 + open-pull-requests-limit: 20 ignore: - dependency-name: "*" update-types: ["version-update:semver-minor", "version-update:semver-patch"] @@ -102,7 +102,7 @@ updates: prefix: "[dependabot]" schedule: interval: "weekly" - open-pull-requests-limit: 10 + open-pull-requests-limit: 20 labels: - "autosubmit" groups: From 83df8cea725d9ec112aeee0b5b6557888b01064a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 12:14:16 +0000 Subject: [PATCH 2/2] [dependabot]: Bump the androidx group across 3 directories with 1 update Bumps the androidx group with 1 update in the /packages/google_maps_flutter/google_maps_flutter_android/android directory: androidx.annotation:annotation. Bumps the androidx group with 1 update in the /packages/image_picker/image_picker_android/android directory: androidx.annotation:annotation. Bumps the androidx group with 1 update in the /packages/in_app_purchase/in_app_purchase_android/android directory: androidx.annotation:annotation. Updates `androidx.annotation:annotation` from 1.7.0 to 1.9.1 Updates `androidx.annotation:annotation` from 1.9.0 to 1.9.1 Updates `androidx.annotation:annotation` from 1.9.0 to 1.9.1 --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx ... Signed-off-by: dependabot[bot] --- .../google_maps_flutter_android/android/build.gradle | 2 +- packages/image_picker/image_picker_android/android/build.gradle | 2 +- .../in_app_purchase_android/android/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle b/packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle index 4a1dc709b44..a0fed3d9458 100644 --- a/packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle +++ b/packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle @@ -36,7 +36,7 @@ android { } dependencies { - implementation "androidx.annotation:annotation:1.7.0" + implementation "androidx.annotation:annotation:1.9.1" implementation 'com.google.android.gms:play-services-maps:18.2.0' implementation 'com.google.maps.android:android-maps-utils:3.6.0' androidTestImplementation 'androidx.test:runner:1.2.0' diff --git a/packages/image_picker/image_picker_android/android/build.gradle b/packages/image_picker/image_picker_android/android/build.gradle index be599aac336..7f4fd20bb47 100644 --- a/packages/image_picker/image_picker_android/android/build.gradle +++ b/packages/image_picker/image_picker_android/android/build.gradle @@ -36,7 +36,7 @@ android { } dependencies { implementation 'androidx.core:core:1.13.1' - implementation 'androidx.annotation:annotation:1.9.0' + implementation 'androidx.annotation:annotation:1.9.1' implementation 'androidx.exifinterface:exifinterface:1.3.7' implementation 'androidx.activity:activity:1.9.3' diff --git a/packages/in_app_purchase/in_app_purchase_android/android/build.gradle b/packages/in_app_purchase/in_app_purchase_android/android/build.gradle index 7a790d8d840..5a803f67600 100644 --- a/packages/in_app_purchase/in_app_purchase_android/android/build.gradle +++ b/packages/in_app_purchase/in_app_purchase_android/android/build.gradle @@ -59,7 +59,7 @@ android { } dependencies { - implementation 'androidx.annotation:annotation:1.9.0' + implementation 'androidx.annotation:annotation:1.9.1' implementation 'com.android.billingclient:billing:6.2.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.json:json:20240303'