Skip to content

Commit 7d0937b

Browse files
chore(deps-dev): Bump io.gatling.highcharts:gatling-charts-highcharts from 3.10.5 to 3.11.5 (#493)
* chore(deps-dev): Bump io.gatling.highcharts:gatling-charts-highcharts Bumps [io.gatling.highcharts:gatling-charts-highcharts](https://github.com/gatling/gatling-highcharts) from 3.10.5 to 3.11.5. - [Commits](gatling/gatling-highcharts@v3.10.5...v3.11.5) --- updated-dependencies: - dependency-name: io.gatling.highcharts:gatling-charts-highcharts dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps-dev): Bump io.gatling.highcharts:gatling-charts-highcharts Bumps [io.gatling.highcharts:gatling-charts-highcharts](https://github.com/gatling/gatling-highcharts) from 3.10.5 to 3.11.5. - [Commits](gatling/gatling-highcharts@v3.10.5...v3.11.5) --- updated-dependencies: - dependency-name: io.gatling.highcharts:gatling-charts-highcharts dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * use the `#{}` EL syntax for Gatling tests --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Igor Dianov <[email protected]>
1 parent 21fba89 commit 7d0937b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/gatling/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<properties>
1414
<java.version>21</java.version>
1515
<activiti-cloud.version>8.6.0</activiti-cloud.version>
16-
<gatling.version>3.10.5</gatling.version>
16+
<gatling.version>3.11.5</gatling.version>
1717
<gatling-maven-plugin.version>4.9.6</gatling-maven-plugin.version>
1818
<hibernate.version>6.4.10.Final</hibernate.version>
1919
</properties>

tests/gatling/src/test/java/gatling/TestTaskVariablesSimulation.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class TestTaskVariablesSimulation extends Simulation {
4040
"""
4141
{
4242
"query": "query($page: Int!, $limit: Int!) {TaskVariables(page: {start: $page, limit: $limit}, where: {name: {EQ: \\"accountNumber\\"}}) {select {id,name,value(orderBy: ASC),taskId,task {assignee,name,description,completedTo,completedFrom,candidateUsers: taskCandidateUsers {userId},candidateGroups: taskCandidateGroups {groupId},variables {name,value,type},accountNumber: variables(where: {name: {EQ: \\"accountNumber\\"}}) {value},processVariables: processInstance {variables {name,value,type}}}}}}",
43-
"variables": {"page": ${page}, "limit": ${limit}}
43+
"variables": {"page": #{page}, "limit": #{limit}}
4444
}
4545
"""
4646
)

0 commit comments

Comments
 (0)