Skip to content

Commit

Permalink
test: update maven in some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Dec 21, 2023
1 parent ebd5948 commit 090f2de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-affected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/[email protected]
with:
maven-version: 3.9.2
maven-version: 3.9.6

- name: Install dependencies
run: npm i
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/[email protected]
with:
maven-version: 3.9.2
maven-version: 3.9.6

- name: Install dependencies
run: npm i
Expand Down
2 changes: 1 addition & 1 deletion docs/nx-maven/5-upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Check project readme.

## Update Maven wrapper

`./mvnw wrapper:wrapper -Dmaven=3.9.2`
`./mvnw wrapper:wrapper -Dmaven=3.9.6`

## Update Spring boot

Expand Down

0 comments on commit 090f2de

Please sign in to comment.