Skip to content

Commit f25756e

Browse files
committed
update to spring boot 1.4.5
1 parent a7d9e18 commit f25756e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-starter-dubbo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
<java.version>1.8</java.version>
13-
<spring-boot.version>1.4.2.RELEASE</spring-boot.version>
13+
<spring-boot.version>1.4.5.RELEASE</spring-boot.version>
1414
</properties>
1515
<developers>
1616
<developer>
@@ -71,7 +71,7 @@
7171
<plugins>
7272
<plugin>
7373
<artifactId>maven-compiler-plugin</artifactId>
74-
<version>3.3</version>
74+
<version>3.6.1</version>
7575
<configuration>
7676
<source>1.8</source>
7777
<target>1.8</target>

0 commit comments

Comments
 (0)