Skip to content

Commit

Permalink
fix wiremock-standalone version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd committed May 3, 2024
1 parent ed056c8 commit aa8b148
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/benchmark-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ dependencies {
api "com.fasterxml.jackson.core:jackson-databind:${jacksonDatabindVersion}"
implementation group: 'org.elasticsearch.client', name: 'elasticsearch-rest-client', version: elasticsearch
implementation "org.openjdk.jmh:jmh-core:$jmh"
testImplementation group: 'com.github.tomakehurst', name: 'wiremock-standalone', version: '3.0.3'
testImplementation group: 'org.wiremock', name: 'wiremock-standalone', version: '3.0.4'

testImplementation "junit:junit:4.13.2"
}

Expand Down

0 comments on commit aa8b148

Please sign in to comment.