Skip to content

Commit 85fb273

Browse files
committed
Fix spring-boot-antlib version
See spring-projectsgh-6978
1 parent 6bd670e commit 85fb273

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-samples/spring-boot-sample-ant

1 file changed

+1
-1
lines changed

spring-boot-samples/spring-boot-sample-ant/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>org.springframework.boot</groupId>
8585
<artifactId>spring-boot-antlib</artifactId>
86-
<version>1.4.0.BUILD-SNAPSHOT</version>
86+
<version>1.4.2.BUILD-SNAPSHOT</version>
8787
</dependency>
8888
</dependencies>
8989
</plugin>

0 commit comments

Comments
 (0)