Skip to content

Commit 7678860

Browse files
committed
Updated maven dependencies
1 parent 9a8515b commit 7678860

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

pom.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,22 @@
1515
</properties>
1616

1717
<dependencies>
18-
<dependency
18+
<dependency>
1919
<groupId>com.microsoft.playwright</groupId>
2020
<artifactId>playwright</artifactId>
21-
<version>1.49.0</version>
21+
<version>1.48.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>5.11.3</version>
28+
<scope>test</scope>
29+
</dependency>
30+
<dependency>
31+
<groupId>org.assertj</groupId>
32+
<artifactId>assertj-core</artifactId>
33+
<version>3.26.3</version>
2834
<scope>test</scope>
2935
</dependency>
3036
</dependencies>

0 commit comments

Comments
 (0)