Skip to content

Commit 20fec82

Browse files
Use Maven 3.9.11 in GitHub build
1 parent e3f9b7c commit 20fec82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cache: 'maven'
5050

5151
- name: Set up Maven
52-
run: mvn --errors --batch-mode --show-version wrapper:wrapper "-Dtype=only-script" "-Dmaven=3.9.9"
52+
run: mvn --errors --batch-mode --show-version wrapper:wrapper "-Dtype=only-script" "-Dmaven=3.9.11"
5353

5454
- name: Running integration tests
5555
run: "./mvnw -B clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo"

0 commit comments

Comments
 (0)