Skip to content

Commit da1d5ee

Browse files
authored
Update Maven to 3.9.8 and m-wrapper-p to 3.3.2
1 parent 0589d13 commit da1d5ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
maven-version:
3030
description: 'The Maven version used during build job'
3131
required: false
32-
default: '3.9.6'
32+
default: '3.9.8'
3333
type: string
3434

3535
os-matrix:
@@ -94,7 +94,7 @@ jobs:
9494
cache: 'maven'
9595

9696
- name: Set up Maven
97-
run: mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.2.0:wrapper "-Dtype=only-script" "-Dmaven=${{ inputs.maven-version }}"
97+
run: mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper "-Dtype=only-script" "-Dmaven=${{ inputs.maven-version }}"
9898

9999
- name: Build with Maven
100100
run: ./mvnw ${{ inputs.maven_args }}
@@ -125,7 +125,7 @@ jobs:
125125
cache: 'maven'
126126

127127
- name: Set up Maven
128-
run: mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.2.0:wrapper "-Dtype=only-script" "-Dmaven=${{ inputs.maven-version }}"
128+
run: mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper "-Dtype=only-script" "-Dmaven=${{ inputs.maven-version }}"
129129

130130
- name: Build with Maven
131131
run: ./mvnw ${{ inputs.maven_args }}

0 commit comments

Comments
 (0)