Skip to content

Commit 1da50b7

Browse files
committed
Update to Playwright 1.52.0
1 parent c9df6f6 commit 1da50b7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.aldaviva.playwright</groupId>
55
<artifactId>playwright-extra-install-arguments</artifactId>
6-
<version>0.0.1</version>
6+
<version>0.0.2</version>
77
<name>Playwright Extra Install Arguments</name>
88
<description>Pass extra custom arguments to Playwright's cli.js install command, which lets you install one specific browser instead of all supported browsers.</description>
99
<url>https://github.com/Aldaviva/playwright-extra-install-arguments</url>
1010
<inceptionYear>2025</inceptionYear>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14-
<playwright.version>1.51.0</playwright.version>
14+
<playwright.version>1.52.0</playwright.version>
1515
</properties>
1616

1717
<developers>
@@ -60,7 +60,6 @@
6060
<configuration>
6161
<source>1.8</source>
6262
<target>1.8</target>
63-
<debug>false</debug>
6463
</configuration>
6564
</plugin>
6665
</plugins>

0 commit comments

Comments
 (0)