Skip to content

Commit 771c12b

Browse files
authored
Update Nimbus SDK version (#229)
1 parent 1edd2cf commit 771c12b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.nimbusds</groupId>
3838
<artifactId>oauth2-oidc-sdk</artifactId>
39-
<version>6.5</version>
39+
<version>7.4</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.slf4j</groupId>

src/test/java/com/microsoft/aad/msal4j/OauthHttpRequestTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public void testConstructor() throws MalformedURLException {
3737
assertNotNull(request);
3838
}
3939

40-
@Test(expectedExceptions = IOException.class, expectedExceptionsMessageRegExp = "Couldn't parse Content-Type header: Invalid Content-Type value: In Content-Type string <invalid-content>, expected '/', got null")
40+
@Test(expectedExceptions = IOException.class, expectedExceptionsMessageRegExp = "Couldn't parse Content-Type header: Invalid Content-Type value: Invalid content type string")
4141
public void testCreateResponseContentTypeParsingFailure() throws Exception {
4242

4343
final OAuthHttpRequest request = new OAuthHttpRequest(

0 commit comments

Comments
 (0)