From 73fcb43bda68cd76b9275339b1c1bd1678f01027 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 19:53:39 +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 {