File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 41
41
<properties >
42
42
<archunit .version>1.3.0</archunit .version>
43
43
<notion-sdk-jvm .version>1.11.1</notion-sdk-jvm .version>
44
- <wiremock-spring-boot .version>3.2 .0</wiremock-spring-boot .version>
44
+ <wiremock-spring-boot .version>3.3 .0</wiremock-spring-boot .version>
45
45
</properties >
46
46
47
47
<dependencies >
Original file line number Diff line number Diff line change 45
45
import static com .github .tomakehurst .wiremock .client .WireMock .matching ;
46
46
import static com .github .tomakehurst .wiremock .client .WireMock .okJson ;
47
47
import static com .github .tomakehurst .wiremock .client .WireMock .post ;
48
+ import static com .github .tomakehurst .wiremock .common .ContentTypes .AUTHORIZATION ;
49
+ import static com .github .tomakehurst .wiremock .common .ContentTypes .CONTENT_TYPE ;
48
50
import static org .springframework .batch .extensions .notion .Sort .Direction .DESCENDING ;
49
51
import static org .springframework .batch .extensions .notion .it .RequestBodies .queryRequest ;
50
52
import static org .springframework .batch .extensions .notion .it .RequestBodies .sortByProperty ;
58
60
import static org .assertj .core .api .BDDAssertions .then ;
59
61
import static org .assertj .core .api .InstanceOfAssertFactories .LIST ;
60
62
import static org .springframework .batch .core .ExitStatus .COMPLETED ;
61
- import static wiremock .com .google .common .net .HttpHeaders .AUTHORIZATION ;
62
- import static wiremock .com .google .common .net .HttpHeaders .CONTENT_TYPE ;
63
63
64
64
/**
65
65
* @author Stefano Cordio
Original file line number Diff line number Diff line change 44
44
import static com .github .tomakehurst .wiremock .client .WireMock .matching ;
45
45
import static com .github .tomakehurst .wiremock .client .WireMock .okJson ;
46
46
import static com .github .tomakehurst .wiremock .client .WireMock .post ;
47
+ import static com .github .tomakehurst .wiremock .common .ContentTypes .AUTHORIZATION ;
48
+ import static com .github .tomakehurst .wiremock .common .ContentTypes .CONTENT_TYPE ;
47
49
import static org .springframework .batch .extensions .notion .it .RequestBodies .queryRequest ;
48
50
import static org .springframework .batch .extensions .notion .it .RequestHeaders .NOTION_VERSION ;
49
51
import static org .springframework .batch .extensions .notion .it .RequestHeaders .NOTION_VERSION_VALUE ;
55
57
import static org .assertj .core .api .BDDAssertions .then ;
56
58
import static org .assertj .core .api .InstanceOfAssertFactories .LIST ;
57
59
import static org .springframework .batch .core .ExitStatus .COMPLETED ;
58
- import static wiremock .com .google .common .net .HttpHeaders .AUTHORIZATION ;
59
- import static wiremock .com .google .common .net .HttpHeaders .CONTENT_TYPE ;
60
60
61
61
/**
62
62
* @author Stefano Cordio
You can’t perform that action at this time.
0 commit comments