We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20b3a3 commit 5f196f4Copy full SHA for 5f196f4
pom.xml
@@ -18,13 +18,19 @@
18
<dependency>
19
<groupId>com.microsoft.playwright</groupId>
20
<artifactId>playwright</artifactId>
21
- <version>1.48.0</version>
+ <version>1.57.0</version>
22
<scope>test</scope>
23
</dependency>
24
25
<groupId>org.junit.jupiter</groupId>
26
<artifactId>junit-jupiter</artifactId>
27
- <version>5.11.1</version>
+ <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>
34
35
36
</dependencies>
0 commit comments