Skip to content

Commit

Permalink
update ApacheJMeter
Browse files Browse the repository at this point in the history
Signed-off-by: Mikayla Thompson <thomika@amazon.com>
  • Loading branch information
mikaylathompson committed Apr 11, 2024
1 parent 307a5ec commit bba99fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TrafficCapture/trafficCaptureProxyServerTest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ dependencies {

testCompileOnly 'org.projectlombok:lombok:1.18.28'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.28'
implementation group: 'org.apache.jmeter', name: 'ApacheJMeter_core', version: '5.6.2', withoutBom
implementation group: 'org.apache.jmeter', name: 'ApacheJMeter_http', version: '5.6.2', withoutBom
implementation group: 'org.apache.jmeter', name: 'ApacheJMeter_config', version: '5.6.2', withoutBom
implementation group: 'org.apache.jmeter', name: 'ApacheJMeter_core', version: '5.6.3', withoutBom
implementation group: 'org.apache.jmeter', name: 'ApacheJMeter_http', version: '5.6.3', withoutBom
implementation group: 'org.apache.jmeter', name: 'ApacheJMeter_config', version: '5.6.3', withoutBom
implementation group: 'com.beust', name: 'jcommander', version: '1.82'

constraints {
Expand Down

0 comments on commit bba99fa

Please sign in to comment.