Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b2ae200a authored by Renovate Tac's avatar Renovate Tac Committed by Jujube Orange
Browse files

fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v9.25.4

parent 53375087
No related branches found
No related tags found
1 merge request!89Upgrade dependences
Pipeline #645392 passed
......@@ -91,7 +91,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.24.3</version>
<version>9.25.4</version>
</dependency>
......
......@@ -319,7 +319,7 @@ class VerifyControllerTest {
Arguments.of(
"the JWT header is corrupt",
givenJwt().replaceBefore(".", "Z"),
"JWT could not be parsed: NullPointerException,"
"JWT could not be parsed: Invalid JWS header: Invalid JSON object,"
),
)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment