File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >org.springframework.boot</groupId >
16
16
<artifactId >spring-boot-starter-parent</artifactId >
17
- <version >2.1.5 .RELEASE</version >
17
+ <version >2.1.10 .RELEASE</version >
18
18
<relativePath /> <!-- lookup parent from repository -->
19
19
</parent >
20
20
21
21
<properties >
22
22
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
23
23
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
24
24
<java .version>1.8</java .version>
25
- <spring-cloud .version>Greenwich.SR1 </spring-cloud .version>
25
+ <spring-cloud .version>Greenwich.SR3 </spring-cloud .version>
26
26
</properties >
27
27
28
28
<modules >
43
43
</dependencies >
44
44
</dependencyManagement >
45
45
46
- <repositories >
47
- <repository >
48
- <id >spring-milestones</id >
49
- <name >Spring Milestones</name >
50
- <url >https://repo.spring.io/milestone</url >
51
- <snapshots >
52
- <enabled >false</enabled >
53
- </snapshots >
54
- </repository >
55
- </repositories >
56
-
57
46
</project >
You can’t perform that action at this time.
0 commit comments