fix(deps): update dependency org.apache.maven.plugin-tools:maven-plugin-annotations to v3.6.4

pull/6/merge
renovate[bot] 11 months ago committed by Stefan Begerad
parent 1b25547133
commit a473938843
  1. 2
      baeldung-create-mvn-plugin/pom.xml

@ -52,7 +52,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.6.0</version>
<version>3.6.4</version>
<scope>provided</scope>
</dependency>
<!--This plugin lets us access the information about the project where we are including the plugin.-->

Loading…
Cancel
Save