Skip to content

Commit 5f196f4

Browse files
committed
Updated dependencies to Playwright 1.57.0 and JUnit 6.0.1
1 parent d20b3a3 commit 5f196f4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,19 @@
1818
<dependency>
1919
<groupId>com.microsoft.playwright</groupId>
2020
<artifactId>playwright</artifactId>
21-
<version>1.48.0</version>
21+
<version>1.57.0</version>
2222
<scope>test</scope>
2323
</dependency>
2424
<dependency>
2525
<groupId>org.junit.jupiter</groupId>
2626
<artifactId>junit-jupiter</artifactId>
27-
<version>5.11.1</version>
27+
<version>6.0.1</version>
28+
<scope>test</scope>
29+
</dependency>
30+
<dependency>
31+
<groupId>org.assertj</groupId>
32+
<artifactId>assertj-core</artifactId>
33+
<version>3.27.6</version>
2834
<scope>test</scope>
2935
</dependency>
3036
</dependencies>

0 commit comments

Comments
 (0)