From 0aded69e3e1910640b486a3f4fa0ca4819dd88ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 07:19:50 -0400 Subject: [PATCH] Bump org.apache.maven.plugin-tools:maven-plugin-annotations (#769) Bumps [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.13.1 to 3.14.0. - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.13.1...maven-plugin-tools-3.14.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- maven-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-plugin/build.gradle b/maven-plugin/build.gradle index cc3ff286..63f1e9af 100644 --- a/maven-plugin/build.gradle +++ b/maven-plugin/build.gradle @@ -18,7 +18,7 @@ dependencies { implementation 'org.openapitools.empoa:empoa-swagger-core:2.1.0' implementation 'org.apache.maven:maven-plugin-api:3.9.8' - compileOnly 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.13.1' + compileOnly 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.14.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.hamcrest:hamcrest-core:3.0'