Update springloaded version to 1.2.6.RELEASE in Maven-related docs

Closes gh-7937
This commit is contained in:
Michael J. Simons 2017-01-10 14:57:49 +01:00 committed by Andy Wilkinson
parent 6a9397283c
commit 3c291150d6

View File

@ -2453,7 +2453,7 @@ Spring Boot plugin declaration, e.g.
<dependency>
<groupId>org.springframework</groupId>
<artifactId>springloaded</artifactId>
<version>1.2.0.RELEASE</version>
<version>1.2.6.RELEASE</version>
</dependency>
</dependencies>
</plugin>