From e762966867fd821180f6eee6aa6bf63e0bed4ea7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 07:18:55 -0400 Subject: [PATCH] Bump org.apache.maven.plugin-tools:maven-plugin-annotations (#779) Bumps [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.14.0 to 3.15.0. - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.14.0...maven-plugin-tools-3.15.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 0d17f23b..8c2dcb0b 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.9' - compileOnly 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.14.0' + compileOnly 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.hamcrest:hamcrest-core:3.0'