Skip to content

Commit

Permalink
Update wiremock dependency to resolve security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ofekby committed Nov 5, 2023
1 parent b4760e1 commit 4d14c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tabnine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
testImplementation 'org.mockito:mockito-core:5.2.0'
testImplementation 'org.mockito:mockito-inline:4.8.0'
testImplementation 'org.mockito:mockito-junit-jupiter:4.8.0'
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.0'
testImplementation 'com.github.tomakehurst:wiremock-jre8:3.0.0'
testImplementation "io.mockk:mockk:1.11.0"
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
Expand Down

0 comments on commit 4d14c12

Please sign in to comment.