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 3a55359 commit 0c6e850Copy full SHA for 0c6e850
pipeline-maven/src/test/java/org/jenkinsci/plugins/pipeline/maven/util/MavenUtil.java
@@ -9,7 +9,7 @@
9
10
public class MavenUtil {
11
12
- public static final String MAVEN_VERSION = System.getProperty("maven.version", "3.8.8");
+ public static final String MAVEN_VERSION = System.getProperty("maven.version", "3.9.5");
13
14
public static Maven.MavenInstallation configureDefaultMaven(FilePath agentRootPath) throws Exception {
15
String mavenVersion = MAVEN_VERSION;
0 commit comments