|
5 | 5 |
|
6 | 6 | <groupId>org.htmlunit</groupId> |
7 | 7 | <artifactId>htmlunit-jsoup</artifactId> |
8 | | - <version>4.14.0</version> |
| 8 | + <version>4.15.0</version> |
9 | 9 |
|
10 | 10 | <name>HtmlUnit jsoup support</name> |
11 | 11 | <organization> |
|
27 | 27 | <maven.compiler.target>8</maven.compiler.target> |
28 | 28 |
|
29 | 29 | <jsoup.version>1.21.1</jsoup.version> |
30 | | - <htmlunit.version>4.14.0</htmlunit.version> |
| 30 | + <htmlunit.version>4.15.0</htmlunit.version> |
31 | 31 |
|
32 | 32 | <!-- examples dependencies --> |
33 | 33 | <flexmark.version>0.64.8</flexmark.version> |
|
37 | 37 | <junit-launcher.version>1.13.1</junit-launcher.version> |
38 | 38 |
|
39 | 39 | <checkstyle.version>10.26.1</checkstyle.version> |
40 | | - <spotbugs.version>4.9.3</spotbugs.version> |
| 40 | + <spotbugs.version>4.9.4</spotbugs.version> |
41 | 41 | <pmd.version>7.16.0</pmd.version> |
42 | 42 | <dependencycheck.version>10.0.4</dependencycheck.version> |
43 | 43 |
|
44 | 44 | <!-- plugins --> |
45 | 45 | <central-publishing.version>0.8.0</central-publishing.version> |
46 | | - <javadoc-plugin.version>3.11.2</javadoc-plugin.version> |
47 | | - <maven-spotbugs-plugin.version>4.9.3.2</maven-spotbugs-plugin.version> |
48 | | - <maven-enforcer-plugin.version>3.6.1</maven-enforcer-plugin.version> |
49 | | - <maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version> |
50 | | - <maven-pmd-plugin.version>3.27.0</maven-pmd-plugin.version> |
| 46 | + <spotbugs-plugin.version>4.9.3.2</spotbugs-plugin.version> |
| 47 | + <enforcer-plugin.version>3.6.1</enforcer-plugin.version> |
| 48 | + <gpg-plugin.version>3.2.8</gpg-plugin.version> |
| 49 | + <pmd-plugin.version>3.27.0</pmd-plugin.version> |
| 50 | + <javadoc-plugin.version>3.11.3</javadoc-plugin.version> |
51 | 51 | </properties> |
52 | 52 |
|
53 | 53 | <dependencies> |
|
96 | 96 | <plugin> |
97 | 97 | <groupId>org.apache.maven.plugins</groupId> |
98 | 98 | <artifactId>maven-enforcer-plugin</artifactId> |
99 | | - <version>${maven-enforcer-plugin.version}</version> |
| 99 | + <version>${enforcer-plugin.version}</version> |
100 | 100 | <executions> |
101 | 101 | <execution> |
102 | 102 | <id>enforce-maven</id> |
|
195 | 195 | <plugin> |
196 | 196 | <groupId>org.apache.maven.plugins</groupId> |
197 | 197 | <artifactId>maven-gpg-plugin</artifactId> |
198 | | - <version>${maven-gpg-plugin.version}</version> |
| 198 | + <version>${gpg-plugin.version}</version> |
199 | 199 | <executions> |
200 | 200 | <execution> |
201 | 201 | <phase>verify</phase> |
|
256 | 256 | <plugin> |
257 | 257 | <groupId>com.github.spotbugs</groupId> |
258 | 258 | <artifactId>spotbugs-maven-plugin</artifactId> |
259 | | - <version>${maven-spotbugs-plugin.version}</version> |
| 259 | + <version>${spotbugs-plugin.version}</version> |
260 | 260 | <dependencies> |
261 | 261 | <dependency> |
262 | 262 | <groupId>com.github.spotbugs</groupId> |
|
271 | 271 | <plugin> |
272 | 272 | <groupId>org.apache.maven.plugins</groupId> |
273 | 273 | <artifactId>maven-pmd-plugin</artifactId> |
274 | | - <version>${maven-pmd-plugin.version}</version> |
| 274 | + <version>${pmd-plugin.version}</version> |
275 | 275 | <dependencies> |
276 | 276 | <dependency> |
277 | 277 | <groupId>net.sourceforge.pmd</groupId> |
|
0 commit comments