diff --git a/.snyk b/.snyk index 1935e798..0524dbc6 100644 --- a/.snyk +++ b/.snyk @@ -5,11 +5,16 @@ ignore: SNYK-JAVA-COMFASTERXMLWOODSTOX-3091135: - '*': reason: Latest version of dokka has this vulnerability - expires: 2024-06-27T07:00:56.333Z - created: 2024-05-28T07:00:56.334Z + expires: 2024-08-31T12:08:37.765Z + created: 2024-08-01T12:08:37.770Z SNYK-JAVA-ORGJETBRAINSKOTLIN-2393744: - '*': reason: Latest version of dokka has this vulnerability - expires: 2024-06-27T07:01:24.820Z - created: 2024-05-28T07:01:24.825Z + expires: 2024-08-31T12:08:55.924Z + created: 2024-08-01T12:08:55.927Z + SNYK-JAVA-COMFASTERXMLJACKSONCORE-7569538: + - '*': + reason: Latest version of dokka has this vulnerability + expires: 2024-08-31T12:08:02.966Z + created: 2024-08-01T12:08:02.973Z patch: {} diff --git a/auth0/src/test/java/com/auth0/android/authentication/storage/SecureCredentialsManagerTest.kt b/auth0/src/test/java/com/auth0/android/authentication/storage/SecureCredentialsManagerTest.kt index b96d3d1f..6a78c50c 100644 --- a/auth0/src/test/java/com/auth0/android/authentication/storage/SecureCredentialsManagerTest.kt +++ b/auth0/src/test/java/com/auth0/android/authentication/storage/SecureCredentialsManagerTest.kt @@ -795,9 +795,12 @@ public class SecureCredentialsManagerTest { val expectedJson = gson.toJson(expectedCredentials) Mockito.`when`(crypto.encrypt(expectedJson.toByteArray())) .thenReturn(expectedJson.toByteArray()) - manager.getCredentials( + manager.continueGetCredentials( null, 60, + emptyMap(), + emptyMap(), + false, callback ) // minTTL of 1 minute verify(request, never())