Skip to content

Commit

Permalink
Bump gradle from 8.10.2 to 8.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed Dec 19, 2024
1 parent c68c268 commit 2afe5b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
- id: detect-secrets
stages: ["commit", "push"]
- repo: https://github.com/gitleaks/gitleaks
rev: v8.20.0
rev: v8.21.3
hooks:
- id: gitleaks
stages: ["commit", "push"]
Expand Down Expand Up @@ -60,7 +60,7 @@ repos:
args: [--autofix]
# Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.42.0
rev: v0.43.0
hooks:
- id: markdownlint
# Yaml
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
java openjdk-23
coursier 2.1.9
pre-commit 3.8.0
pre-commit 4.0.1
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.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 2afe5b7

Please sign in to comment.