From 3a5535933d5424344c61e672db4d00dc88110c7f Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 30 Oct 2023 02:12:41 +0000
Subject: [PATCH 1/2] Update maven.version to v3.9.5
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0819bca7..ed9a995b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
3.2.0
0.3.5
3.4.2
- 3.8.8
+ 3.9.5
5.6.0
3.5.1
1.4.13
From 0c6e8509f50f51ba436a62848a5e34992264fe07 Mon Sep 17 00:00:00 2001
From: Benoit GUERIN
Date: Mon, 30 Oct 2023 16:22:36 +0100
Subject: [PATCH 2/2] fix tests
---
.../org/jenkinsci/plugins/pipeline/maven/util/MavenUtil.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pipeline-maven/src/test/java/org/jenkinsci/plugins/pipeline/maven/util/MavenUtil.java b/pipeline-maven/src/test/java/org/jenkinsci/plugins/pipeline/maven/util/MavenUtil.java
index 81775406..c507130c 100644
--- a/pipeline-maven/src/test/java/org/jenkinsci/plugins/pipeline/maven/util/MavenUtil.java
+++ b/pipeline-maven/src/test/java/org/jenkinsci/plugins/pipeline/maven/util/MavenUtil.java
@@ -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;