Skip to content

Commit 97f422d

Browse files
committed
Upgrade Maven version to 3.9.14
1 parent 74a6a13 commit 97f422d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Maven
3131
uses: stCarolas/setup-maven@v5
3232
with:
33-
maven-version: 3.9.11
33+
maven-version: 3.9.14
3434
- name: Build with Maven
3535
env:
3636
BROWSER: chrome-container

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Maven
3636
uses: stCarolas/setup-maven@v5
3737
with:
38-
maven-version: 3.9.11
38+
maven-version: 3.9.14
3939

4040
- name: Initialize CodeQL
4141
uses: github/codeql-action/init@v4

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Maven
2929
uses: stCarolas/setup-maven@v5
3030
with:
31-
maven-version: 3.9.11
31+
maven-version: 3.9.14
3232
- name: Build got-forensics plugin and download dependencies
3333
run: mvn -V --color always -ntp verify -Pskip --file plugin/pom.xml
3434
- name: Run UI tests on ${{ matrix.browser }}

0 commit comments

Comments
 (0)