Skip to content

Commit 1e7929e

Browse files
committed
Build with Maven 3.9.11 on Jenkins and in GH workflow
1 parent 05acd02 commit 1e7929e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Maven
3434
uses: stCarolas/setup-maven@v5
3535
with:
36-
maven-version: 3.9.9
36+
maven-version: 3.9.11
3737
- name: Cache local Maven repository
3838
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
3939
with:

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipeline {
99
label 'ubuntu-latest'
1010
}
1111
tools {
12-
maven 'apache-maven-3.9.9'
12+
maven 'apache-maven-3.9.11'
1313
jdk 'temurin-jdk21-latest'
1414
}
1515
stages {

0 commit comments

Comments
 (0)