|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <groupId>net.sourceforge.htmlunit</groupId> |
6 | 6 | <artifactId>htmlunit-cssparser</artifactId> |
7 | | - <version>1.12.0</version> |
| 7 | + <version>1.13.0-SNAPSHOT</version> |
8 | 8 | <name>HtmlUnit CSS Parser</name> |
9 | 9 | <packaging>jar</packaging> |
10 | 10 | <description>CSS parser for HtmlUnit.</description> |
|
22 | 22 | <plugin> |
23 | 23 | <groupId>org.apache.maven.plugins</groupId> |
24 | 24 | <artifactId>maven-enforcer-plugin</artifactId> |
25 | | - <version>3.0.0</version> |
| 25 | + <version>3.1.0</version> |
26 | 26 | <executions> |
27 | 27 | <execution> |
28 | 28 | <id>enforce-maven</id> |
|
45 | 45 | <plugin> |
46 | 46 | <groupId>org.owasp</groupId> |
47 | 47 | <artifactId>dependency-check-maven</artifactId> |
48 | | - <version>7.1.0</version> |
| 48 | + <version>7.1.2</version> |
49 | 49 | <configuration> |
50 | 50 | <failBuildOnCVSS>0</failBuildOnCVSS> |
51 | 51 | </configuration> |
|
84 | 84 | <dependency> |
85 | 85 | <groupId>net.java.dev.javacc</groupId> |
86 | 86 | <artifactId>javacc</artifactId> |
87 | | - <version>7.0.11</version> |
| 87 | + <version>7.0.12</version> |
88 | 88 | </dependency> |
89 | 89 | </dependencies> |
90 | 90 | </plugin> |
| 91 | + <!-- |
91 | 92 | <plugin> |
92 | 93 | <groupId>com.google.code.maven-replacer-plugin</groupId> |
93 | 94 | <artifactId>replacer</artifactId> |
|
140 | 141 | </replacements> |
141 | 142 | </configuration> |
142 | 143 | </plugin> |
| 144 | + --> |
143 | 145 | <plugin> |
144 | 146 | <groupId>org.apache.maven.plugins</groupId> |
145 | 147 | <artifactId>maven-checkstyle-plugin</artifactId> |
|
162 | 164 | <plugin> |
163 | 165 | <groupId>org.apache.maven.plugins</groupId> |
164 | 166 | <artifactId>maven-jar-plugin</artifactId> |
165 | | - <version>3.2.2</version> |
| 167 | + <version>3.3.0</version> |
166 | 168 | <configuration> |
167 | 169 | <archive> |
168 | 170 | <manifest> |
|
192 | 194 | <plugin> |
193 | 195 | <groupId>org.apache.maven.plugins</groupId> |
194 | 196 | <artifactId>maven-javadoc-plugin</artifactId> |
195 | | - <version>3.3.2</version> |
| 197 | + <version>3.4.1</version> |
196 | 198 | <configuration> |
197 | 199 | <additionalparam>--allow-script-in-comments</additionalparam> |
198 | 200 | <excludePackageNames>com.gargoylesoftware.css.parser.javacc</excludePackageNames> |
|
264 | 266 | <plugin> |
265 | 267 | <groupId>org.apache.maven.plugins</groupId> |
266 | 268 | <artifactId>maven-javadoc-plugin</artifactId> |
267 | | - <version>3.3.1</version> |
| 269 | + <version>3.4.1</version> |
268 | 270 | <configuration> |
269 | 271 | <additionalparam>--allow-script-in-comments</additionalparam> |
270 | 272 | <links> |
|
0 commit comments