diff --git a/e2e/docker-compose.yml b/e2e/docker-compose.yml
index 869e0a4c..8e97735f 100644
--- a/e2e/docker-compose.yml
+++ b/e2e/docker-compose.yml
@@ -1,7 +1,7 @@
version: '3.7'
services:
e2e-electron:
- image: "cypress/included:13.16.1"
+ image: "cypress/included:13.17.0"
working_dir: /e2e
command: "--browser electron --config defaultCommandTimeout=15000,requestTimeout=15000"
volumes:
@@ -10,7 +10,7 @@ services:
- bl-net
e2e-chrome:
- image: "cypress/included:13.16.1"
+ image: "cypress/included:13.17.0"
working_dir: /e2e
command: "--browser chrome --config defaultCommandTimeout=15000,requestTimeout=15000"
volumes:
@@ -19,7 +19,7 @@ services:
- bl-net
e2e-firefox:
- image: "cypress/included:13.16.1"
+ image: "cypress/included:13.17.0"
working_dir: /e2e
command: "--browser firefox --config defaultCommandTimeout=15000,requestTimeout=15000"
volumes:
@@ -28,7 +28,7 @@ services:
- bl-net
e2e-firefox-full:
- image: "cypress/included:13.16.1"
+ image: "cypress/included:13.17.0"
working_dir: /e2e
command: "--config-file /e2e/full.cypress.config.ts --browser firefox --config defaultCommandTimeout=15000,requestTimeout=15000"
volumes:
@@ -37,7 +37,7 @@ services:
- bl-net
e2e-edge:
- image: "cypress/included:13.16.1"
+ image: "cypress/included:13.17.0"
working_dir: /e2e
command: "--browser edge --config defaultCommandTimeout=15000,requestTimeout=15000"
volumes:
diff --git a/pom.xml b/pom.xml
index fe95ab2f..1683c2c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
5.9.1
4.0.2
1.3.0
- 1.13.13
+ 1.13.14
false
@@ -173,7 +173,7 @@
3.5.0
0.4.4
- 1.10.0
+ 1.10.1
2.7.0
diff --git a/pr.md b/pr.md
index 4d3a3133..e911235f 100644
--- a/pr.md
+++ b/pr.md
@@ -1 +1 @@
-PR Accept on Sun Dec 15 21:25:11 CET 2024
+PR Accept on Sun Dec 22 08:58:06 CET 2024