From 961860e1f7759a528a8889ee9e72ec22615207b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 19:59:46 +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.9.0 to 3.10.1. - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.9.0...maven-plugin-tools-3.10.1) --- 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 4d4e3274..583f6a01 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.5' - compileOnly 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.9.0' + compileOnly 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.10.1' testImplementation 'junit:junit:4.13.2' testImplementation 'org.hamcrest:hamcrest-core:2.2'