File tree Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ default_stages:
3
3
- commit
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks.git
6
- rev : v4.3 .0
6
+ rev : v4.4 .0
7
7
hooks :
8
8
- id : trailing-whitespace
9
9
files : \.(conf|j2|js|json|rb|md|py|sh|tf|tm?pl|txt|yaml|yml)$
@@ -13,19 +13,19 @@ repos:
13
13
- id : end-of-file-fixer
14
14
exclude : ' ^(\.idea/.*|password_.*|src/test/resources/test)$'
15
15
- repo : https://github.com/adrienverge/yamllint.git
16
- rev : v1.26.3
16
+ rev : v1.29.0
17
17
hooks :
18
18
- id : yamllint
19
19
- repo : https://github.com/Yelp/detect-secrets.git
20
- rev : v1.2 .0
20
+ rev : v1.4 .0
21
21
hooks :
22
22
- id : detect-secrets
23
23
args :
24
24
- ' --baseline'
25
25
- ' .secrets.baseline'
26
26
exclude : ' package-lock\.json$|Pipfile\.lock$|poetry\.lock$|^.secrets.baseline$'
27
27
- repo : https://github.com/jumanjihouse/pre-commit-hooks
28
- rev : 2.1.6
28
+ rev : 3.0.0
29
29
hooks :
30
30
- id : shellcheck
31
31
exclude : ' gradlew|mvnw$'
@@ -34,11 +34,11 @@ repos:
34
34
args :
35
35
- ' -i 2 -ci -bn -sr'
36
36
- repo : https://github.com/hadolint/hadolint
37
- rev : v2.10.0
37
+ rev : v2.12.1-beta
38
38
hooks :
39
39
- id : hadolint
40
40
- repo : https://github.com/editorconfig-checker/editorconfig-checker.python
41
- rev : 2.4.0
41
+ rev : 2.6.2
42
42
hooks :
43
43
- id : editorconfig-checker-system
44
44
alias : ec
Original file line number Diff line number Diff line change 1
1
docker-compose 1.29.2
2
- editorconfig-checker 2.4 .0
3
- hadolint 2.10 .0
4
- java temurin-8.0.332+9
5
- python 3.9.9
6
- shellcheck 0.8 .0
7
- shfmt 3.5.1
2
+ editorconfig-checker 2.7 .0
3
+ hadolint 2.12 .0
4
+ java temurin-8.0.352+8
5
+ python system
6
+ shellcheck 0.9 .0
7
+ shfmt 3.6.0
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.sonatype.nexus.plugins</groupId >
7
7
<artifactId >nexus-plugins</artifactId >
8
- <version >3.41.1 -01</version >
8
+ <version >3.45.0 -01</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
12
<groupId >com.weareadaptive.nexus</groupId >
13
13
<artifactId >nexus-casc-plugin</artifactId >
14
- <version >3.41.1 -01</version >
14
+ <version >3.45.0 -01</version >
15
15
<packaging >bundle</packaging >
16
16
17
17
<properties >
18
- <nexus .docker.version>3.41.1 </nexus .docker.version>
18
+ <nexus .docker.version>3.45.0 </nexus .docker.version>
19
19
20
20
<maven-surefire-plugin .version>2.22.2</maven-surefire-plugin .version>
21
21
<build-helper-maven-plugin .version>3.2.0</build-helper-maven-plugin .version>
22
22
<docker-compose-maven-plugin .version>4.0.0</docker-compose-maven-plugin .version>
23
23
24
- <snakeyaml .version>1.28 </snakeyaml .version>
24
+ <snakeyaml .version>1.33 </snakeyaml .version>
25
25
26
26
<junit-jupiter .version>5.6.2</junit-jupiter .version>
27
27
<system-lambda .version>1.2.0</system-lambda .version>
You can’t perform that action at this time.
0 commit comments