|
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <artifactId>playwright</artifactId> |
5 | | - <version>4.9.0</version> |
| 5 | + <version>4.9.1</version> |
6 | 6 | <packaging>jar</packaging> |
7 | 7 | <parent> |
8 | 8 | <groupId>com.deque.html.axe-core</groupId> |
9 | 9 | <artifactId>virtual-superpackage</artifactId> |
10 | | - <version>4.9.0</version> |
| 10 | + <version>4.9.1</version> |
11 | 11 | <relativePath>../pom.xml</relativePath> |
12 | 12 | </parent> |
13 | 13 | <name>Axe-core Playwright Java</name> |
|
152 | 152 | <plugin> |
153 | 153 | <groupId>org.apache.maven.plugins</groupId> |
154 | 154 | <artifactId>maven-compiler-plugin</artifactId> |
155 | | - <version>3.12.1</version> |
| 155 | + <version>3.13.0</version> |
156 | 156 | <configuration> |
157 | 157 | <source>1.8</source> |
158 | 158 | <target>1.8</target> |
|
170 | 170 | <plugin> |
171 | 171 | <groupId>org.apache.maven.plugins</groupId> |
172 | 172 | <artifactId>maven-gpg-plugin</artifactId> |
173 | | - <version>3.1.0</version> |
| 173 | + <version>3.2.2</version> |
174 | 174 | <executions> |
175 | 175 | <execution> |
176 | 176 | <id>sign-artifacts</id> |
|
220 | 220 | <dependency> |
221 | 221 | <groupId>com.microsoft.playwright</groupId> |
222 | 222 | <artifactId>playwright</artifactId> |
223 | | - <version>1.41.2</version> |
| 223 | + <version>1.42.0</version> |
224 | 224 | </dependency> |
225 | 225 | <!-- Overrides commons-codec used in httpclient for security reasons --> |
226 | 226 | <dependency> |
|
232 | 232 | <dependency> |
233 | 233 | <groupId>org.apache.commons</groupId> |
234 | 234 | <artifactId>commons-compress</artifactId> |
235 | | - <version>1.26.0</version> |
| 235 | + <version>1.26.1</version> |
236 | 236 | </dependency> |
237 | 237 | <dependency> |
238 | 238 | <groupId>junit</groupId> |
|
255 | 255 | <dependency> |
256 | 256 | <groupId>com.fasterxml.jackson.core</groupId> |
257 | 257 | <artifactId>jackson-annotations</artifactId> |
258 | | - <version>2.16.1</version> |
| 258 | + <version>2.17.0</version> |
259 | 259 | <scope>compile</scope> |
260 | 260 | </dependency> |
261 | 261 | <dependency> |
262 | 262 | <groupId>com.fasterxml.jackson.core</groupId> |
263 | 263 | <artifactId>jackson-databind</artifactId> |
264 | | - <version>2.16.1</version> |
| 264 | + <version>2.17.0</version> |
265 | 265 | <scope>compile</scope> |
266 | 266 | </dependency> |
267 | 267 | <dependency> |
268 | 268 | <groupId>commons-io</groupId> |
269 | 269 | <artifactId>commons-io</artifactId> |
270 | | - <version>2.15.1</version> |
| 270 | + <version>2.16.0</version> |
271 | 271 | <scope>compile</scope> |
272 | 272 | </dependency> |
273 | 273 | <dependency> |
274 | 274 | <groupId>com.deque.html.axe-core</groupId> |
275 | 275 | <artifactId>dequeutilites</artifactId> |
276 | | - <version>4.9.0</version> |
| 276 | + <version>4.9.1</version> |
277 | 277 | <scope>compile</scope> |
278 | 278 | </dependency> |
279 | 279 | </dependencies> |
|
0 commit comments