Skip to content

Commit

Permalink
fix test compile, add test dependency snyk ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Sep 27, 2023
1 parent 6744e7a commit 67c9612
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ ignore:
- '*':
reason: 'unaffected, only affects createTempFile and createTempDir kotlin function, which are not used'
expires: 2023-12-31T00:00:00.000Z
SNYK-JAVA-ORGBOUNCYCASTLE-5771339:
- '*':
reason: 'test-only dependency, no update available'
expires: 2023-12-31T00:00:00.000Z

patch: {}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dependencies {
implementation "com.auth0:java-jwt:4.4.0"
implementation "net.jodah:failsafe:2.4.4"

testImplementation "org.bouncycastle:bcprov-jdk15on:1.76"
testImplementation "org.bouncycastle:bcprov-jdk15on:1.70"
testImplementation "org.mockito:mockito-core:4.8.1"
testImplementation "com.squareup.okhttp3:mockwebserver:${okhttpVersion}"
testImplementation "org.hamcrest:hamcrest:${hamcrestVersion}"
Expand Down

0 comments on commit 67c9612

Please sign in to comment.