Skip to content

Commit 46c8667

Browse files
committed
Use newer Maven versions for build
Maven 3.9.6 for GH and 3.9.5 for Jenkins
1 parent 1a4919e commit 46c8667

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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Maven
3232
uses: stCarolas/[email protected]
3333
with:
34-
maven-version: 3.9.2
34+
maven-version: 3.9.6
3535
- name: Cache local Maven repository
3636
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
3737
with:

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipeline {
99
label "centos-latest"
1010
}
1111
tools {
12-
maven 'apache-maven-3.9.1'
12+
maven 'apache-maven-3.9.5'
1313
jdk 'openjdk-jdk17-latest'
1414
}
1515
stages {

0 commit comments

Comments
 (0)