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 9a8515b commit 7678860Copy full SHA for 7678860
pom.xml
@@ -15,16 +15,22 @@
15
</properties>
16
17
<dependencies>
18
- <dependency
+ <dependency>
19
<groupId>com.microsoft.playwright</groupId>
20
<artifactId>playwright</artifactId>
21
- <version>1.49.0</version>
+ <version>1.48.0</version>
22
<scope>test</scope>
23
</dependency>
24
<dependency>
25
<groupId>org.junit.jupiter</groupId>
26
<artifactId>junit-jupiter</artifactId>
27
- <version>5.11.1</version>
+ <version>5.11.3</version>
28
+ <scope>test</scope>
29
+ </dependency>
30
31
+ <groupId>org.assertj</groupId>
32
+ <artifactId>assertj-core</artifactId>
33
+ <version>3.26.3</version>
34
35
36
</dependencies>
0 commit comments