Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 558d2c4

Browse files
Upgrade retrofit 2.7.2
1 parent ba25c88 commit 558d2c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎extras/retrofit2/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<description>The Async Http Client Retrofit2 Extras.</description>
1313

1414
<properties>
15-
<retrofit2.version>2.5.0</retrofit2.version>
15+
<retrofit2.version>2.7.2</retrofit2.version>
1616
<lombok.version>1.18.12</lombok.version>
1717
<javaModuleName>org.asynchttpclient.extras.retrofit2</javaModuleName>
1818
</properties>

‎extras/retrofit2/src/test/java/org/asynchttpclient/extras/retrofit/AsyncHttpClientCallFactoryTest.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ void shouldApplyAllConsumersToCallBeingConstructed() {
164164
}
165165

166166
@Test(expectedExceptions = NullPointerException.class,
167-
expectedExceptionsMessageRegExp = "httpClientSupplier is marked @NonNull but is null")
167+
expectedExceptionsMessageRegExp = "httpClientSupplier is marked non-null but is null")
168168
void shouldThrowISEIfHttpClientIsNotDefined() {
169169
// given
170170
val factory = AsyncHttpClientCallFactory.builder()

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /