diff --git a/api-generator/pom.xml b/api-generator/pom.xml index 35bfbef6..7dfc56e1 100644 --- a/api-generator/pom.xml +++ b/api-generator/pom.xml @@ -7,7 +7,7 @@ com.microsoft.playwright parent-pom - 0.162.2-SNAPSHOT + 0.162.3-SNAPSHOT api-generator diff --git a/driver-bundle/pom.xml b/driver-bundle/pom.xml index 5b5c1195..0a5b1bb6 100644 --- a/driver-bundle/pom.xml +++ b/driver-bundle/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.162.2-SNAPSHOT + 0.162.3-SNAPSHOT driver-bundle diff --git a/driver/pom.xml b/driver/pom.xml index df6bf4fa..0188d5c5 100644 --- a/driver/pom.xml +++ b/driver/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.162.2-SNAPSHOT + 0.162.3-SNAPSHOT driver diff --git a/playwright/pom.xml b/playwright/pom.xml index 675b9f07..e95b4860 100644 --- a/playwright/pom.xml +++ b/playwright/pom.xml @@ -7,7 +7,7 @@ com.microsoft.playwright parent-pom - 0.162.2-SNAPSHOT + 0.162.3-SNAPSHOT playwright diff --git a/pom.xml b/pom.xml index 84f692ce..ffcda8c8 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.162.2-SNAPSHOT + 0.162.3-SNAPSHOT pom Playwright Parent Project Java library to automate Chromium, Firefox and WebKit with a single API.