|
4 | 4 | <modelVersion>4.0.0</modelVersion>
|
5 | 5 | <groupId>org.htmlunit</groupId>
|
6 | 6 | <artifactId>htmlunit-cssparser</artifactId>
|
7 |
| - <version>3.6.0</version> |
| 7 | + <version>3.7.0-SNAPSHOT</version> |
8 | 8 | <name>HtmlUnit CSS Parser</name>
|
9 | 9 | <organization>
|
10 | 10 | <name>HtmlUnit</name>
|
|
20 | 20 | <maven.compiler.source>8</maven.compiler.source>
|
21 | 21 | <maven.compiler.target>8</maven.compiler.target>
|
22 | 22 |
|
23 |
| - <dependencycheck.version>8.4.0</dependencycheck.version> |
| 23 | + <dependencycheck.version>8.4.2</dependencycheck.version> |
| 24 | + <checkstyle.version>9.3</checkstyle.version> |
24 | 25 | </properties>
|
25 | 26 |
|
26 | 27 | <build>
|
|
66 | 67 | <plugin>
|
67 | 68 | <groupId>org.apache.maven.plugins</groupId>
|
68 | 69 | <artifactId>maven-surefire-plugin</artifactId>
|
69 |
| - <version>3.1.2</version> |
| 70 | + <version>3.2.1</version> |
70 | 71 | </plugin>
|
71 | 72 | <plugin>
|
72 | 73 | <groupId>org.apache.maven.plugins</groupId>
|
|
142 | 143 | <plugin>
|
143 | 144 | <groupId>org.apache.maven.plugins</groupId>
|
144 | 145 | <artifactId>maven-checkstyle-plugin</artifactId>
|
145 |
| - <version>3.3.0</version> |
| 146 | + <version>3.3.1</version> |
146 | 147 | <configuration>
|
147 | 148 | <configLocation>checkstyle.xml</configLocation>
|
148 | 149 | <suppressionsLocation>checkstyle_suppressions.xml</suppressionsLocation>
|
|
154 | 155 | <dependency>
|
155 | 156 | <groupId>com.puppycrawl.tools</groupId>
|
156 | 157 | <artifactId>checkstyle</artifactId>
|
157 |
| - <version>9.3</version> |
| 158 | + <version>${checkstyle.version}</version> |
158 | 159 | </dependency>
|
159 | 160 | </dependencies>
|
160 | 161 | </plugin>
|
|
351 | 352 | <dependency>
|
352 | 353 | <groupId>commons-io</groupId>
|
353 | 354 | <artifactId>commons-io</artifactId>
|
354 |
| - <version>2.14.0</version> |
| 355 | + <version>2.15.0</version> |
355 | 356 | <scope>test</scope>
|
356 | 357 | </dependency>
|
357 | 358 | </dependencies>
|
|
0 commit comments