Skip to content

Commit 66ec7ee

Browse files
committed
chore(nexus): update to 3.45.0
1 parent 955e4ba commit 66ec7ee

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_stages:
33
- commit
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks.git
6-
rev: v4.3.0
6+
rev: v4.4.0
77
hooks:
88
- id: trailing-whitespace
99
files: \.(conf|j2|js|json|rb|md|py|sh|tf|tm?pl|txt|yaml|yml)$
@@ -13,19 +13,19 @@ repos:
1313
- id: end-of-file-fixer
1414
exclude: '^(\.idea/.*|password_.*|src/test/resources/test)$'
1515
- repo: https://github.com/adrienverge/yamllint.git
16-
rev: v1.26.3
16+
rev: v1.29.0
1717
hooks:
1818
- id: yamllint
1919
- repo: https://github.com/Yelp/detect-secrets.git
20-
rev: v1.2.0
20+
rev: v1.4.0
2121
hooks:
2222
- id: detect-secrets
2323
args:
2424
- '--baseline'
2525
- '.secrets.baseline'
2626
exclude: 'package-lock\.json$|Pipfile\.lock$|poetry\.lock$|^.secrets.baseline$'
2727
- repo: https://github.com/jumanjihouse/pre-commit-hooks
28-
rev: 2.1.6
28+
rev: 3.0.0
2929
hooks:
3030
- id: shellcheck
3131
exclude: 'gradlew|mvnw$'
@@ -34,11 +34,11 @@ repos:
3434
args:
3535
- '-i 2 -ci -bn -sr'
3636
- repo: https://github.com/hadolint/hadolint
37-
rev: v2.10.0
37+
rev: v2.12.1-beta
3838
hooks:
3939
- id: hadolint
4040
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
41-
rev: 2.4.0
41+
rev: 2.6.2
4242
hooks:
4343
- id: editorconfig-checker-system
4444
alias: ec

.secrets.baseline

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.tool-versions

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
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

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
<parent>
66
<groupId>org.sonatype.nexus.plugins</groupId>
77
<artifactId>nexus-plugins</artifactId>
8-
<version>3.41.1-01</version>
8+
<version>3.45.0-01</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<groupId>com.weareadaptive.nexus</groupId>
1313
<artifactId>nexus-casc-plugin</artifactId>
14-
<version>3.41.1-01</version>
14+
<version>3.45.0-01</version>
1515
<packaging>bundle</packaging>
1616

1717
<properties>
18-
<nexus.docker.version>3.41.1</nexus.docker.version>
18+
<nexus.docker.version>3.45.0</nexus.docker.version>
1919

2020
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
2121
<build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version>
2222
<docker-compose-maven-plugin.version>4.0.0</docker-compose-maven-plugin.version>
2323

24-
<snakeyaml.version>1.28</snakeyaml.version>
24+
<snakeyaml.version>1.33</snakeyaml.version>
2525

2626
<junit-jupiter.version>5.6.2</junit-jupiter.version>
2727
<system-lambda.version>1.2.0</system-lambda.version>

0 commit comments

Comments
 (0)