Fix spring-boot-antlib version

See gh-6978
This commit is contained in:
Stephane Nicoll
2016-09-22 07:52:02 +02:00
parent 6bd670edbc
commit 85fb273596

View File

@@ -83,7 +83,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-antlib</artifactId>
<version>1.4.0.BUILD-SNAPSHOT</version>
<version>1.4.2.BUILD-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>