diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cd70471..541bfd2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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"] @@ -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 diff --git a/.tool-versions b/.tool-versions index 3378a13..01533dd 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ java openjdk-23 coursier 2.1.9 -pre-commit 3.8.0 +pre-commit 4.0.1 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index df97d72..e2847c8 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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