|
6 | 6 |
|
7 | 7 | <groupId>com.anhtester</groupId> |
8 | 8 | <artifactId>PlaywrightJava</artifactId> |
9 | | - <version>1.48.0</version> |
| 9 | + <version>1.52.0</version> |
10 | 10 |
|
11 | 11 | <properties> |
12 | 12 | <maven.compiler.source>17</maven.compiler.source> |
13 | 13 | <maven.compiler.target>17</maven.compiler.target> |
14 | 14 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
15 | 15 |
|
16 | | - <log4j.version>2.24.1</log4j.version> |
17 | | - <slf4j.version>2.0.16</slf4j.version> |
| 16 | + <log4j.version>2.24.3</log4j.version> |
| 17 | + <slf4j.version>2.0.17</slf4j.version> |
18 | 18 | </properties> |
19 | 19 |
|
20 | 20 | <dependencies> |
21 | 21 | <!-- https://mvnrepository.com/artifact/com.microsoft.playwright/playwright --> |
22 | 22 | <dependency> |
23 | 23 | <groupId>com.microsoft.playwright</groupId> |
24 | 24 | <artifactId>playwright</artifactId> |
25 | | - <version>1.48.0</version> |
| 25 | + <version>1.52.0</version> |
26 | 26 | </dependency> |
27 | 27 |
|
28 | 28 | <!-- https://mvnrepository.com/artifact/org.testng/testng --> |
29 | 29 | <dependency> |
30 | 30 | <groupId>org.testng</groupId> |
31 | 31 | <artifactId>testng</artifactId> |
32 | | - <version>7.10.2</version> |
| 32 | + <version>7.11.0</version> |
33 | 33 | </dependency> |
34 | 34 |
|
35 | 35 | <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api --> |
|
50 | 50 | <dependency> |
51 | 51 | <groupId>org.apache.poi</groupId> |
52 | 52 | <artifactId>poi</artifactId> |
53 | | - <version>5.3.0</version> |
| 53 | + <version>5.4.1</version> |
54 | 54 | </dependency> |
55 | 55 |
|
56 | 56 | <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml --> |
57 | 57 | <dependency> |
58 | 58 | <groupId>org.apache.poi</groupId> |
59 | 59 | <artifactId>poi-ooxml</artifactId> |
60 | | - <version>5.3.0</version> |
| 60 | + <version>5.4.1</version> |
61 | 61 | </dependency> |
62 | 62 |
|
63 | 63 | <!-- https://mvnrepository.com/artifact/commons-io/commons-io --> |
64 | 64 | <dependency> |
65 | 65 | <groupId>commons-io</groupId> |
66 | 66 | <artifactId>commons-io</artifactId> |
67 | | - <version>2.17.0</version> |
| 67 | + <version>2.19.0</version> |
68 | 68 | </dependency> |
69 | 69 |
|
70 | 70 | <!-- https://mvnrepository.com/artifact/com.github.stephenc.monte/monte-screen-recorder --> |
|
99 | 99 | <dependency> |
100 | 100 | <groupId>io.qameta.allure</groupId> |
101 | 101 | <artifactId>allure-testng</artifactId> |
102 | | - <version>2.29.0</version> |
| 102 | + <version>2.29.1</version> |
103 | 103 | </dependency> |
104 | 104 |
|
105 | 105 | <!-- https://mvnrepository.com/artifact/io.qameta.allure/allure-attachments --> |
106 | 106 | <dependency> |
107 | 107 | <groupId>io.qameta.allure</groupId> |
108 | 108 | <artifactId>allure-attachments</artifactId> |
109 | | - <version>2.29.0</version> |
| 109 | + <version>2.29.1</version> |
110 | 110 | </dependency> |
111 | 111 |
|
112 | 112 | <!-- https://mvnrepository.com/artifact/org.aspectj/aspectjweaver --> |
113 | 113 | <dependency> |
114 | 114 | <groupId>org.aspectj</groupId> |
115 | 115 | <artifactId>aspectjweaver</artifactId> |
116 | | - <version>1.9.22.1</version> |
| 116 | + <version>1.9.24</version> |
117 | 117 | </dependency> |
118 | 118 |
|
119 | 119 | <!-- https://mvnrepository.com/artifact/org.projectlombok/lombok --> |
120 | 120 | <dependency> |
121 | 121 | <groupId>org.projectlombok</groupId> |
122 | 122 | <artifactId>lombok</artifactId> |
123 | | - <version>1.18.34</version> |
| 123 | + <version>1.18.38</version> |
124 | 124 | <scope>provided</scope> |
125 | 125 | </dependency> |
126 | 126 |
|
127 | 127 | <!-- https://mvnrepository.com/artifact/com.google.guava/guava --> |
128 | 128 | <dependency> |
129 | 129 | <groupId>com.google.guava</groupId> |
130 | 130 | <artifactId>guava</artifactId> |
131 | | - <version>33.3.1-jre</version> |
| 131 | + <version>33.4.8-jre</version> |
132 | 132 | </dependency> |
133 | 133 |
|
134 | 134 | </dependencies> |
|
138 | 138 | <plugin> |
139 | 139 | <groupId>org.apache.maven.plugins</groupId> |
140 | 140 | <artifactId>maven-compiler-plugin</artifactId> |
141 | | - <version>3.13.0</version> |
| 141 | + <version>3.14.0</version> |
142 | 142 | </plugin> |
143 | 143 |
|
144 | 144 | <plugin> |
145 | 145 | <groupId>org.apache.maven.plugins</groupId> |
146 | 146 | <artifactId>maven-surefire-plugin</artifactId> |
147 | | - <version>3.2.5</version> |
| 147 | + <version>3.5.3</version> |
148 | 148 | <configuration> |
149 | 149 | <suiteXmlFiles> |
150 | | - <suiteXmlFile>src/test/resources/suites/SuiteAll.xml</suiteXmlFile> |
| 150 | + <suiteXmlFile>src/test/resources/suites/LoginTest.xml</suiteXmlFile> |
151 | 151 | </suiteXmlFiles> |
152 | 152 |
|
153 | 153 | <argLine> |
154 | | - -javaagent:"${settings.localRepository}/org/aspectj/aspectjweaver/1.9.22.1/aspectjweaver-1.9.22.1.jar" |
| 154 | + -javaagent:"${settings.localRepository}/org/aspectj/aspectjweaver/1.9.24/aspectjweaver-1.9.24.jar" |
155 | 155 | </argLine> |
156 | 156 | <testFailureIgnore>true</testFailureIgnore> |
157 | 157 | <skipTests>false</skipTests> |
|
0 commit comments