File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id(" java" )
3- id(" io.gatling.gradle" ) version " 3.14.3 .7"
3+ id(" io.gatling.gradle" ) version " 3.14.4 .7"
44 id(" com.google.cloud.tools.jib" ) version " 3.4.5"
55}
66
@@ -13,11 +13,11 @@ repositories {
1313
1414dependencies {
1515 // region gatling
16- implementation(" io.gatling:gatling-http:3.14.3 " )
17- implementation(" io.gatling:gatling-core:3.14.3 " )
18- implementation(" io.gatling:gatling-app:3.14.3 " )
19- gatlingRuntimeOnly(" io.gatling:gatling-charts:3.14.3 " )
20- gatlingRuntimeOnly(" io.gatling.highcharts:gatling-charts-highcharts:3.14.3 " )
16+ implementation(" io.gatling:gatling-http:3.14.4 " )
17+ implementation(" io.gatling:gatling-core:3.14.4 " )
18+ implementation(" io.gatling:gatling-app:3.14.4 " )
19+ gatlingRuntimeOnly(" io.gatling:gatling-charts:3.14.4 " )
20+ gatlingRuntimeOnly(" io.gatling.highcharts:gatling-charts-highcharts:3.14.4 " )
2121 // endregion
2222}
2323
You can’t perform that action at this time.
0 commit comments