Skip to content

Commit 7c19d79

Browse files
committed
Merge remote-tracking branch 'origin/master' into dependabot/maven/org.axonframework-axon-spring-boot-starter-5.0.0-preview
2 parents e099c99 + ccfff9c commit 7c19d79

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

e2e/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
version: '3.7'
22
services:
33
e2e-electron:
4-
image: "cypress/included:15.7.0"
4+
image: "cypress/included:15.8.1"
55
working_dir: /e2e
66
command: "--browser electron --env host.command=command,host.query=query"
77
volumes:
88
- ./e2e:/e2e
99

1010
e2e-chrome:
11-
image: "cypress/included:15.7.0"
11+
image: "cypress/included:15.8.1"
1212
working_dir: /e2e
1313
command: "--browser chrome --env host.command=command,host.query=query"
1414
volumes:
1515
- ./e2e:/e2e
1616

1717
e2e-firefox:
18-
image: "cypress/included:15.7.0"
18+
image: "cypress/included:15.8.1"
1919
working_dir: /e2e
2020
command: "--browser firefox --env host.command=command,host.query=query"
2121
volumes:
2222
- ./e2e:/e2e
2323

2424
e2e-edge:
25-
image: "cypress/included:15.7.0"
25+
image: "cypress/included:15.8.1"
2626
working_dir: /e2e
2727
command: "--browser edge --env host.command=command,host.query=query"
2828
volumes:

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": "João Esperancinha",
1919
"license": "ISC",
2020
"devDependencies": {
21-
"cypress": "15.7.1",
21+
"cypress": "15.8.1",
2222
"ts-node": "10.9.2",
2323
"typescript": "5.9.3"
2424
},

0 commit comments

Comments
 (0)