This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-minho.git
The following commit(s) were added to refs/heads/main by this push:
new 07f796b [#12] Upgrade to maven-plugin-annotations 3.7.0
new 59d255c Merge pull request #22 from jbonofre/12
07f796b is described below
commit 07f796b9c612603279cc66d5a218619978bc2e54
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Nov 13 07:31:13 2022 +0100
[#12] Upgrade to maven-plugin-annotations 3.7.0
---
tooling/maven/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tooling/maven/pom.xml b/tooling/maven/pom.xml
index 13156f1..761e602 100644
--- a/tooling/maven/pom.xml
+++ b/tooling/maven/pom.xml
@@ -49,7 +49,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
- <version>3.6.4</version>
+ <version>3.7.0</version>
<scope>provided</scope>
</dependency>
</dependencies>