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 a7d9e18 commit f25756eCopy full SHA for f25756e
spring-boot-starter-dubbo/pom.xml
@@ -10,7 +10,7 @@
10
<properties>
11
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12
<java.version>1.8</java.version>
13
- <spring-boot.version>1.4.2.RELEASE</spring-boot.version>
+ <spring-boot.version>1.4.5.RELEASE</spring-boot.version>
14
</properties>
15
<developers>
16
<developer>
@@ -71,7 +71,7 @@
71
<plugins>
72
<plugin>
73
<artifactId>maven-compiler-plugin</artifactId>
74
- <version>3.3</version>
+ <version>3.6.1</version>
75
<configuration>
76
<source>1.8</source>
77
<target>1.8</target>
0 commit comments