Browse Source

Upgrade to maven-plugin-annotations 3.6.0

Closes gh-18456
pull/18470/head
Stephane Nicoll 7 years ago
parent
commit
67bb90ee5a
  1. 2
      spring-boot-project/spring-boot-parent/pom.xml

2
spring-boot-project/spring-boot-parent/pom.xml

@ -179,7 +179,7 @@ @@ -179,7 +179,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.5.2</version>
<version>3.6.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>

Loading…
Cancel
Save