Skip to content

Commit 9a03607

Browse files
committed
update to spring 4.3.7 and spring boot 1.5.2
1 parent b7743f0 commit 9a03607

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<properties>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
<java.version>1.8</java.version>
21-
<spring.version>4.3.6.RELEASE</spring.version>
22-
<spring-boot.version>1.5.1.RELEASE</spring-boot.version>
21+
<spring.version>4.3.7.RELEASE</spring.version>
22+
<spring-boot.version>1.5.2.RELEASE</spring-boot.version>
2323
</properties>
2424

2525
<dependencyManagement>
@@ -52,7 +52,7 @@
5252
<plugins>
5353
<plugin>
5454
<artifactId>maven-compiler-plugin</artifactId>
55-
<version>3.6.0</version>
55+
<version>3.6.1</version>
5656
<configuration>
5757
<source>1.8</source>
5858
<target>1.8</target>

0 commit comments

Comments
 (0)