Skip to content

Commit

Permalink
SPAR-2738: Update latest jmeter version to 5.6.3 (#1871)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrychv authored Oct 9, 2024
1 parent d1c44e6 commit 417ae78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bzt/modules/jmeter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,7 @@ class JMeter(RequiredTool):
COMMAND_RUNNER_VERSION = "2.3"
COMMAND_RUNNER_LINK = 'https://search.maven.org/remotecontent?filepath=kg/apc/cmdrunner/{version}/cmdrunner-{version}.jar'
VERSION = "5.5"
VERSION_LATEST = "5.6.2"
VERSION_LATEST = "5.6.3"

def __init__(self, config=None, props=None, **kwargs):
settings = config or BetterDict()
Expand Down

0 comments on commit 417ae78

Please sign in to comment.