From 8a0b415b3222ed8980d8474c1176805943eca280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 19:36:12 +0000 Subject: [PATCH] Bump org.apache.maven.plugin-tools:maven-plugin-annotations 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] --- 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 d324473f..8a83e855 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'