Skip to content

Commit

Permalink
Chore/gradle 8.10.1 (#981)
Browse files Browse the repository at this point in the history
* chore(deps): Bump gradle to 8.10.1

* chore(gh): remove Docker from dependabot

docker-compose files are not supported
  • Loading branch information
timonback authored Sep 16, 2024
1 parent 8826905 commit db7e108
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ updates:
schedule:
interval: "weekly"

- package-ecosystem: "docker"
directory: "/"
rebase-strategy: "disabled"
schedule:
interval: "weekly"

- package-ecosystem: "gradle"
directory: "/"
rebase-strategy: "disabled"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit db7e108

Please sign in to comment.