Skip to content

Commit 26614ea

Browse files
committed
update pre-commit
1 parent 7702448 commit 26614ea

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.java-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
17.0

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.3.0
3+
rev: v4.5.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/Lucas-C/pre-commit-hooks
9-
rev: v1.1.13
9+
rev: v1.5.4
1010
hooks:
1111
- id: forbid-crlf
1212
- id: remove-crlf
1313
- repo: https://github.com/ejba/pre-commit-maven
14-
rev: v0.3.3
14+
rev: v0.3.4
1515
hooks:
1616
- id: maven
1717
args: ['-f pom.xml spotless:apply']

0 commit comments

Comments
 (0)