File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.springframework.boot</groupId >
14
14
<artifactId >spring-boot-starter-parent</artifactId >
15
- <version >1.3.5 .RELEASE</version >
15
+ <version >1.3.6 .RELEASE</version >
16
16
<relativePath />
17
17
</parent >
18
18
19
19
<properties >
20
20
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
21
21
<java .version>1.8</java .version>
22
22
<start-class >com.myapp.Application</start-class >
23
- <querydsl .version>4.1.1 </querydsl .version>
23
+ <querydsl .version>4.1.3 </querydsl .version>
24
24
<spock .version>1.0-groovy-2.4</spock .version>
25
+ <okhttp3 .version>3.4.1</okhttp3 .version>
25
26
</properties >
26
27
27
28
<dependencies >
86
87
<dependency >
87
88
<groupId >com.squareup.okhttp3</groupId >
88
89
<artifactId >okhttp</artifactId >
89
- <version >3.2.0 </version >
90
+ <version >${okhttp3.version} </version >
90
91
</dependency >
91
92
<dependency >
92
93
<groupId >org.projectlombok</groupId >
117
118
<dependency >
118
119
<groupId >org.codehaus.groovy</groupId >
119
120
<artifactId >groovy-all</artifactId >
120
- <version >2.4.6 </version >
121
+ <version >2.4.7 </version >
121
122
<scope >test</scope >
122
123
</dependency >
123
124
<dependency >
140
141
<dependency >
141
142
<groupId >com.squareup.okhttp3</groupId >
142
143
<artifactId >mockwebserver</artifactId >
143
- <version >3.2.0 </version >
144
+ <version >${okhttp3.version} </version >
144
145
<scope >test</scope >
145
146
</dependency >
146
147
</dependencies >
You can’t perform that action at this time.
0 commit comments