We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd9c799 + f73115c commit 09b88e8Copy full SHA for 09b88e8
.github/workflows/dependabot.yml
@@ -11,7 +11,7 @@ jobs:
11
if: github.event.pull_request.user.login == 'dependabot[bot]'
12
steps:
13
- id: metadata
14
- uses: dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7
+ uses: dependabot/fetch-metadata@21025c705c08248db411dc16f3619e6b5f9ea21a
15
with:
16
github-token: "${{ secrets.GITHUB_TOKEN }}"
17
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments