Skip to content

Commit 8480e22

Browse files
author
admin
committed
bump selenium in .yml files
1 parent 3663658 commit 8480e22

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/bamboo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
- python util/post_run/cleanup_results_dir.py
5252
- module: pip-install
5353
packages:
54-
- selenium==4.31.0
54+
- selenium==4.35.0
5555
execution:
5656
- scenario: jmeter
5757
executor: jmeter

app/bitbucket.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
- python util/post_run/cleanup_results_dir.py
3838
- module: pip-install
3939
packages:
40-
- selenium==4.31.0
40+
- selenium==4.35.0
4141
execution:
4242
- scenario: ${load_executor}
4343
concurrency: ${concurrency}

app/confluence.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ services:
5252
- python util/post_run/cleanup_results_dir.py
5353
- module: pip-install
5454
packages:
55-
- selenium==4.31.0
55+
- selenium==4.35.0
5656
execution:
5757
- scenario: ${load_executor}
5858
executor: ${load_executor}

app/jira.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ services:
5252
- python util/post_run/cleanup_results_dir.py
5353
- module: pip-install
5454
packages:
55-
- selenium==4.31.0
55+
- selenium==4.35.0
5656
execution:
5757
- scenario: ${load_executor}
5858
executor: ${load_executor}

app/jsm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ services:
6868
- python util/post_run/cleanup_results_dir.py
6969
- module: pip-install
7070
packages:
71-
- selenium==4.31.0
71+
- selenium==4.35.0
7272
execution:
7373
- scenario: ${load_executor}_agents
7474
executor: ${load_executor}

0 commit comments

Comments
 (0)