From 8806fb835e1483a5152796796d014fea554038f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 07:13:57 +0000 Subject: [PATCH] fix(deps): update ver_maven_api --- plugin-maven/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-maven/build.gradle b/plugin-maven/build.gradle index f2f85f0383..8267e7e141 100644 --- a/plugin-maven/build.gradle +++ b/plugin-maven/build.gradle @@ -26,7 +26,7 @@ tasks.withType(GenerateHelpMojoSourcesTask).configureEach { notCompatibleWithConfigurationCache('https://github.com/britter/maven-plugin-development/issues/8') } -String VER_MAVEN_API = '3.0' +String VER_MAVEN_API = '3.9.5' String VER_ECLIPSE_AETHER = '1.1.0' String VER_PLEXUS_RESOURCES = '1.2.0' dependencies {