We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7743f0 commit 9a03607Copy full SHA for 9a03607
pom.xml
@@ -18,8 +18,8 @@
18
<properties>
19
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20
<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>
+ <spring.version>4.3.7.RELEASE</spring.version>
+ <spring-boot.version>1.5.2.RELEASE</spring-boot.version>
23
</properties>
24
25
<dependencyManagement>
@@ -52,7 +52,7 @@
52
<plugins>
53
<plugin>
54
<artifactId>maven-compiler-plugin</artifactId>
55
- <version>3.6.0</version>
+ <version>3.6.1</version>
56
<configuration>
57
<source>1.8</source>
58
<target>1.8</target>
0 commit comments