We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd7f169 + a8a0735 commit ed2a4c8Copy full SHA for ed2a4c8
2 files changed
.github/workflows/auto-merge-dependabot.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- name: Dependabot metadata
21
id: metadata
22
- uses: dependabot/fetch-metadata@v3.0.0
+ uses: dependabot/fetch-metadata@v3.1.0
23
with:
24
github-token: "${{ secrets.GITHUB_TOKEN }}"
25
android/build.gradle
@@ -9,7 +9,7 @@ buildscript {
9
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
10
classpath "gradle.plugin.com.github.viswaramamoorthy:gradle-util-plugins:0.1.0-RELEASE"
11
classpath "com.android.tools.build:gradle:8.13.2"
12
- classpath "com.github.ben-manes:gradle-versions-plugin:0.53.0"
+ classpath "com.github.ben-manes:gradle-versions-plugin:0.54.0"
13
}
14
15
0 commit comments