Skip to content

Commit

Permalink
[#1655] Use latest version of Spring Boot Maven plugin
Browse files Browse the repository at this point in the history
We now use the plugin matching the Spring Boot version defined in the
BOM.

Signed-off-by: Kai Hudalla <kai.hudalla@bosch.io>
  • Loading branch information
sophokles73 committed Jan 15, 2020
1 parent b9a9b14 commit eabf456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.1.5.RELEASE</version>
<version>2.1.11.RELEASE</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit eabf456

Please sign in to comment.