diff --git a/api-generator/pom.xml b/api-generator/pom.xml index 7dfc56e1..1714a910 100644 --- a/api-generator/pom.xml +++ b/api-generator/pom.xml @@ -7,7 +7,7 @@ com.microsoft.playwright parent-pom - 0.162.3-SNAPSHOT + 0.162.4-SNAPSHOT api-generator diff --git a/driver-bundle/pom.xml b/driver-bundle/pom.xml index 0a5b1bb6..3c05a562 100644 --- a/driver-bundle/pom.xml +++ b/driver-bundle/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.162.3-SNAPSHOT + 0.162.4-SNAPSHOT driver-bundle diff --git a/driver/pom.xml b/driver/pom.xml index 0188d5c5..3586937f 100644 --- a/driver/pom.xml +++ b/driver/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.162.3-SNAPSHOT + 0.162.4-SNAPSHOT driver diff --git a/playwright/pom.xml b/playwright/pom.xml index e95b4860..2d1ac80d 100644 --- a/playwright/pom.xml +++ b/playwright/pom.xml @@ -7,7 +7,7 @@ com.microsoft.playwright parent-pom - 0.162.3-SNAPSHOT + 0.162.4-SNAPSHOT playwright diff --git a/pom.xml b/pom.xml index ffcda8c8..de028a68 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.162.3-SNAPSHOT + 0.162.4-SNAPSHOT pom Playwright Parent Project Java library to automate Chromium, Firefox and WebKit with a single API.