Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit 4fbac4a

Browse files
committed
upgraded to spring boot 1.5.3.RELEASE
1 parent bc7ab6c commit 4fbac4a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>1.5.2.RELEASE</version>
17+
<version>1.5.3.RELEASE</version>
1818
</parent>
1919

2020
<properties>
@@ -25,9 +25,9 @@
2525
<aspectj.version>1.8.8</aspectj.version>
2626
<slf4j.version>1.7.16</slf4j.version>
2727
<!--<spring-boot.version>1.4.3.RELEASE</spring-boot.version>-->
28-
<spring.version>4.3.7.RELEASE</spring.version>
28+
<spring.version>4.3.8.RELEASE</spring.version>
2929
<spring-security.version>4.2.2.RELEASE</spring-security.version>
30-
<hibernate.version>5.2.7.Final</hibernate.version>
30+
<hibernate.version>5.2.10.Final</hibernate.version>
3131
<hibernate-validator.version>5.3.3.Final</hibernate-validator.version>
3232
<jackson.version>2.8.7</jackson.version>
3333
<modelmapper.version>0.7.5</modelmapper.version>
@@ -660,15 +660,16 @@
660660
<plugin>
661661
<groupId>org.apache.maven.plugins</groupId>
662662
<artifactId>maven-antrun-plugin</artifactId>
663+
<version>1.8</version>
663664
<executions>
664665
<execution>
665666
<id>createClassesDir</id>
666667
<phase>process-resources</phase>
667668
<configuration>
668-
<tasks>
669+
<target>
669670
<mkdir dir="${project.build.directory}/unwoven-classes" />
670671
<mkdir dir="${swagger.output.dir}"/>
671-
</tasks>
672+
</target>
672673
</configuration>
673674
<goals>
674675
<goal>run</goal>

0 commit comments

Comments
 (0)