Skip to content

Commit 070c182

Browse files
committed
updated dependecy versions
1 parent c7e1a6e commit 070c182

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,21 @@
1212

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15-
<playwright.version>1.45.1</playwright.version>
15+
<playwright.version>1.49.0</playwright.version>
1616
<testng.version>7.10.2</testng.version>
1717
<maven.compiler.version>3.13.0</maven.compiler.version>
18-
<surefire.version>3.3.0</surefire.version>
18+
<surefire.version>3.5.2</surefire.version>
1919
<java.release.version>17</java.release.version>
2020
<maven.source.encoding>UTF-8</maven.source.encoding>
2121
<suite-xml>test-suites/testng.xml</suite-xml>
2222
</properties>
2323

2424
<dependencies>
25-
<!-- https://mvnrepository.com/artifact/com.microsoft.playwright/playwright -->
2625
<dependency>
2726
<groupId>com.microsoft.playwright</groupId>
2827
<artifactId>playwright</artifactId>
2928
<version>${playwright.version}</version>
3029
</dependency>
31-
<!-- https://mvnrepository.com/artifact/org.testng/testng -->
3230
<dependency>
3331
<groupId>org.testng</groupId>
3432
<artifactId>testng</artifactId>
@@ -76,6 +74,4 @@
7674
</plugin>
7775
</plugins>
7876
</build>
79-
80-
8177
</project>

0 commit comments

Comments
 (0)