diff --git a/api-generator/pom.xml b/api-generator/pom.xml index 9b31615e..35bfbef6 100644 --- a/api-generator/pom.xml +++ b/api-generator/pom.xml @@ -7,7 +7,7 @@ com.microsoft.playwright parent-pom - 0.162.1-SNAPSHOT + 0.162.2-SNAPSHOT api-generator diff --git a/driver-bundle/pom.xml b/driver-bundle/pom.xml index 85267c5a..5b5c1195 100644 --- a/driver-bundle/pom.xml +++ b/driver-bundle/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.162.1-SNAPSHOT + 0.162.2-SNAPSHOT driver-bundle diff --git a/driver/pom.xml b/driver/pom.xml index 15712861..df6bf4fa 100644 --- a/driver/pom.xml +++ b/driver/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.162.1-SNAPSHOT + 0.162.2-SNAPSHOT driver diff --git a/playwright/pom.xml b/playwright/pom.xml index 3f878419..675b9f07 100644 --- a/playwright/pom.xml +++ b/playwright/pom.xml @@ -7,7 +7,7 @@ com.microsoft.playwright parent-pom - 0.162.1-SNAPSHOT + 0.162.2-SNAPSHOT playwright diff --git a/pom.xml b/pom.xml index 783856d7..84f692ce 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.162.1-SNAPSHOT + 0.162.2-SNAPSHOT pom Playwright Parent Project Java library to automate Chromium, Firefox and WebKit with a single API.