Skip to content

Commit 88bf48b

Browse files
committed
chore: bump dependencies to the latest version
1 parent e7e25a0 commit 88bf48b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repos:
5555
- --hook-args=--log-level debug
5656
stages: ["pre-push"]
5757
- repo: https://github.com/google/osv-scanner
58-
rev: v2.3.1
58+
rev: v2.3.2
5959
hooks:
6060
- id: osv-scanner
6161
args:
@@ -70,7 +70,7 @@ repos:
7070
args: ['-R', 'java-basic,java-empty,java-imports,java-unnecessary,java-unusedcode', '-dir', '.']
7171
exclude: /test/
7272
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
73-
rev: v2.15.0
73+
rev: v2.16.0
7474
hooks:
7575
- id: pretty-format-java
7676
args: [--autofix]
@@ -81,7 +81,7 @@ repos:
8181
- id: markdownlint
8282
# Yaml
8383
- repo: https://github.com/adrienverge/yamllint
84-
rev: v1.37.1
84+
rev: v1.38.0
8585
hooks:
8686
- id: yamllint
8787
# GitHub Actions

0 commit comments

Comments
 (0)