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: 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'