File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
<description >The Async Http Client Retrofit2 Extras.</description >
13
13
14
14
<properties >
15
- <retrofit2 .version>2.5.0 </retrofit2 .version>
15
+ <retrofit2 .version>2.7.2 </retrofit2 .version>
16
16
<lombok .version>1.18.12</lombok .version>
17
17
<javaModuleName >org.asynchttpclient.extras.retrofit2</javaModuleName >
18
18
</properties >
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ void shouldApplyAllConsumersToCallBeingConstructed() {
164
164
}
165
165
166
166
@ Test (expectedExceptions = NullPointerException .class ,
167
- expectedExceptionsMessageRegExp = "httpClientSupplier is marked @NonNull but is null" )
167
+ expectedExceptionsMessageRegExp = "httpClientSupplier is marked non-null but is null" )
168
168
void shouldThrowISEIfHttpClientIsNotDefined () {
169
169
// given
170
170
val factory = AsyncHttpClientCallFactory .builder ()
You can’t perform that action at this time.
0 commit comments