|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <groupId>org.htmlunit</groupId> |
6 | 6 | <artifactId>htmlunit-cssparser</artifactId> |
7 | | - <version>4.18.0</version> |
| 7 | + <version>4.19.0</version> |
8 | 8 | <name>HtmlUnit CSS Parser</name> |
9 | 9 | <organization> |
10 | 10 | <name>HtmlUnit</name> |
|
21 | 21 | <maven.compiler.target>8</maven.compiler.target> |
22 | 22 |
|
23 | 23 | <!-- test dependencies --> |
24 | | - <junit.version>5.14.0</junit.version> |
25 | | - <commons-io.version>2.20.0</commons-io.version> |
| 24 | + <junit.version>5.14.1</junit.version> |
| 25 | + <commons-io.version>2.21.0</commons-io.version> |
26 | 26 |
|
27 | 27 | <!-- quality --> |
28 | | - <checkstyle.version>12.1.1</checkstyle.version> |
| 28 | + <checkstyle.version>12.1.2</checkstyle.version> |
29 | 29 | <dependencycheck.version>10.0.4</dependencycheck.version> |
30 | 30 |
|
31 | 31 | <!-- plugins --> |
|
34 | 34 | <gpg-plugin.version>3.2.8</gpg-plugin.version> |
35 | 35 | <enforcer-plugin.version>3.6.2</enforcer-plugin.version> |
36 | 36 | <compiler-plugin.version>3.14.1</compiler-plugin.version> |
37 | | - <jar-plugin.version>3.4.2</jar-plugin.version> |
| 37 | + <jar-plugin.version>3.5.0</jar-plugin.version> |
| 38 | + <release-plugin.version>3.2.0</release-plugin.version> |
38 | 39 | <javadoc-plugin.version>3.12.0</javadoc-plugin.version> |
39 | 40 | <surefire-plugin.version>3.5.4</surefire-plugin.version> |
40 | 41 | </properties> |
|
73 | 74 | <publishingServerId>central</publishingServerId> |
74 | 75 | </configuration> |
75 | 76 | </plugin> |
| 77 | + <!-- |
76 | 78 | <plugin> |
77 | 79 | <groupId>org.owasp</groupId> |
78 | 80 | <artifactId>dependency-check-maven</artifactId> |
|
90 | 92 | </execution> |
91 | 93 | </executions> |
92 | 94 | </plugin> |
| 95 | + --> |
93 | 96 | <plugin> |
94 | 97 | <groupId>org.apache.maven.plugins</groupId> |
95 | 98 | <artifactId>maven-surefire-plugin</artifactId> |
|
293 | 296 | <plugin> |
294 | 297 | <groupId>org.apache.maven.plugins</groupId> |
295 | 298 | <artifactId>maven-release-plugin</artifactId> |
296 | | - <version>3.1.1</version> |
| 299 | + <version>${release-plugin.version}</version> |
297 | 300 | </plugin> |
298 | 301 | </plugins> |
299 | 302 | </build> |
|
0 commit comments