File tree Expand file tree Collapse file tree 9 files changed +22
-10
lines changed Expand file tree Collapse file tree 9 files changed +22
-10
lines changed Original file line number Diff line number Diff line change 75
75
<scope >test</scope >
76
76
</dependency >
77
77
<dependency >
78
- <groupId >com.github.tomakehurst </groupId >
78
+ <groupId >org.wiremock </groupId >
79
79
<artifactId >wiremock</artifactId >
80
80
<scope >test</scope >
81
81
</dependency >
Original file line number Diff line number Diff line change 75
75
<scope >test</scope >
76
76
</dependency >
77
77
<dependency >
78
- <groupId >com.github.tomakehurst </groupId >
78
+ <groupId >org.wiremock </groupId >
79
79
<artifactId >wiremock</artifactId >
80
80
<scope >test</scope >
81
81
</dependency >
Original file line number Diff line number Diff line change 75
75
<scope >test</scope >
76
76
</dependency >
77
77
<dependency >
78
- <groupId >com.github.tomakehurst </groupId >
78
+ <groupId >org.wiremock </groupId >
79
79
<artifactId >wiremock</artifactId >
80
80
<scope >test</scope >
81
81
</dependency >
Original file line number Diff line number Diff line change 75
75
<scope >test</scope >
76
76
</dependency >
77
77
<dependency >
78
- <groupId >com.github.tomakehurst </groupId >
78
+ <groupId >org.wiremock </groupId >
79
79
<artifactId >wiremock</artifactId >
80
80
<scope >test</scope >
81
81
</dependency >
Original file line number Diff line number Diff line change 75
75
<scope >test</scope >
76
76
</dependency >
77
77
<dependency >
78
- <groupId >com.github.tomakehurst </groupId >
78
+ <groupId >org.wiremock </groupId >
79
79
<artifactId >wiremock</artifactId >
80
80
<scope >test</scope >
81
81
</dependency >
Original file line number Diff line number Diff line change 67
67
<scope >test</scope >
68
68
</dependency >
69
69
<dependency >
70
- <groupId >com.github.tomakehurst </groupId >
70
+ <groupId >org.wiremock </groupId >
71
71
<artifactId >wiremock</artifactId >
72
72
<scope >test</scope >
73
73
</dependency >
Original file line number Diff line number Diff line change 54
54
<bucket4j .version>7.6.0</bucket4j .version>
55
55
<bouncycastle .version>1.77</bouncycastle .version>
56
56
<gson .version>2.10.1</gson .version>
57
+ <jackson .version>2.16.1</jackson .version>
57
58
<jsr305 .version>3.0.2</jsr305 .version>
58
59
<okhttp3 .version>4.12.0</okhttp3 .version>
59
60
<swagger-core .version>1.6.13</swagger-core .version>
204
205
<artifactId >gson</artifactId >
205
206
<version >${gson.version} </version >
206
207
</dependency >
208
+ <dependency >
209
+ <groupId >com.fasterxml.jackson.core</groupId >
210
+ <artifactId >jackson-databind</artifactId >
211
+ <version >${jackson.version} </version >
212
+ </dependency >
207
213
<dependency >
208
214
<groupId >io.gsonfire</groupId >
209
215
<artifactId >gson-fire</artifactId >
289
295
<scope >test</scope >
290
296
</dependency >
291
297
<dependency >
292
- <groupId >com.github.tomakehurst </groupId >
298
+ <groupId >org.wiremock </groupId >
293
299
<artifactId >wiremock</artifactId >
294
- <version >2.27.2 </version >
300
+ <version >3.4.1 </version >
295
301
<scope >test</scope >
296
302
</dependency >
297
303
<dependency >
310
316
<groupId >com.flipkart.zjsonpatch</groupId >
311
317
<artifactId >zjsonpatch</artifactId >
312
318
<version >0.4.16</version >
319
+ <exclusions >
320
+ <exclusion >
321
+ <groupId >com.fasterxml.jackson.core</groupId >
322
+ <artifactId >jackson-core</artifactId >
323
+ </exclusion >
324
+ </exclusions >
313
325
</dependency >
314
326
<dependency >
315
327
<groupId >org.hamcrest</groupId >
Original file line number Diff line number Diff line change 60
60
<scope >test</scope >
61
61
</dependency >
62
62
<dependency >
63
- <groupId >com.github.tomakehurst </groupId >
63
+ <groupId >org.wiremock </groupId >
64
64
<artifactId >wiremock</artifactId >
65
65
<scope >test</scope >
66
66
</dependency >
Original file line number Diff line number Diff line change 105
105
<scope >test</scope >
106
106
</dependency >
107
107
<dependency >
108
- <groupId >com.github.tomakehurst </groupId >
108
+ <groupId >org.wiremock </groupId >
109
109
<artifactId >wiremock</artifactId >
110
110
<scope >test</scope >
111
111
</dependency >
You can’t perform that action at this time.
0 commit comments