We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05acd02 commit 1e7929eCopy full SHA for 1e7929e
.github/workflows/maven.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Set up Maven
34
uses: stCarolas/setup-maven@v5
35
with:
36
- maven-version: 3.9.9
+ maven-version: 3.9.11
37
- name: Cache local Maven repository
38
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
39
Jenkinsfile
@@ -9,7 +9,7 @@ pipeline {
9
label 'ubuntu-latest'
10
}
11
tools {
12
- maven 'apache-maven-3.9.9'
+ maven 'apache-maven-3.9.11'
13
jdk 'temurin-jdk21-latest'
14
15
stages {
0 commit comments