Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bguerin committed Oct 30, 2023
1 parent 3a55359 commit 0c6e850
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

public class MavenUtil {

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");

public static Maven.MavenInstallation configureDefaultMaven(FilePath agentRootPath) throws Exception {
String mavenVersion = MAVEN_VERSION;
Expand Down

0 comments on commit 0c6e850

Please sign in to comment.