|
11 | 11 |
|
12 | 12 | <groupId>com.github.spotbugs</groupId>
|
13 | 13 | <artifactId>spotbugs-maven-plugin</artifactId>
|
14 |
| - <version>4.4.3-SNAPSHOT</version> |
| 14 | + <version>4.4.2.1-SNAPSHOT</version> |
15 | 15 | <packaging>maven-plugin</packaging>
|
16 | 16 |
|
17 | 17 | <name>SpotBugs Maven Plugin</name>
|
|
87 | 87 | </contributors>
|
88 | 88 |
|
89 | 89 | <prerequisites>
|
90 |
| - <maven>3.2.5</maven> |
| 90 | + <maven>3.3.9</maven> |
91 | 91 | </prerequisites>
|
92 | 92 |
|
93 | 93 | <scm>
|
|
132 | 132 | <doxiaSiteToolsVersion>1.10</doxiaSiteToolsVersion>
|
133 | 133 |
|
134 | 134 | <mavenCoreVersion>3.8.3</mavenCoreVersion>
|
| 135 | + <mavenSharedUtilsVersion>3.3.4</mavenSharedUtilsVersion> |
135 | 136 | <mavenTransferVersion>0.13.1</mavenTransferVersion>
|
| 137 | + <mavenCommonArtifactFilters>3.2.0</mavenCommonArtifactFilters> |
136 | 138 | <mavenReportingApiVersion>3.0</mavenReportingApiVersion>
|
137 | 139 | <mavenReportingVersion>3.0.0</mavenReportingVersion>
|
138 | 140 | <mavenVersion>3.8.3</mavenVersion>
|
|
151 | 153 | <pluginPluginVersion>3.6.1</pluginPluginVersion>
|
152 | 154 | <scmPluginVersion>1.12.0</scmPluginVersion>
|
153 | 155 | <sitePluginVersion>3.9.1</sitePluginVersion>
|
154 |
| - <sitePlugin36Version>3.6</sitePlugin36Version> <!-- For MFINDBUGS-145 (breaks on newer jdks, revisit this on spotbugs 4.3.x and simply drop the old support) --> |
| 156 | + <sitePlugin36Version>3.6</sitePlugin36Version> <!-- For MFINDBUGS-145 (breaks on newer jdks, revisit this on spotbugs 4.5.x and simply drop the old support) --> |
155 | 157 | <versionsPluginVersion>2.8.1</versionsPluginVersion>
|
156 | 158 |
|
157 | 159 | <spotbugsTestDebug>false</spotbugsTestDebug>
|
|
185 | 187 | <collections.version>3.2.2</collections.version>
|
186 | 188 | <digester.version>2.1</digester.version>
|
187 | 189 | <io.version>2.11.0</io.version>
|
| 190 | + <lang2.version>2.6</lang2.version> |
188 | 191 | <lang3.version>3.12.0</lang3.version>
|
189 | 192 | </properties>
|
190 | 193 |
|
|
384 | 387 | <artifactId>maven-artifact-transfer</artifactId>
|
385 | 388 | <version>${mavenTransferVersion}</version>
|
386 | 389 | <exclusions>
|
387 |
| - <exclusion> |
388 |
| - <groupId>org.sonatype.sisu</groupId> |
389 |
| - <artifactId>sisu-guice</artifactId> |
390 |
| - </exclusion> |
| 390 | + <exclusion> |
| 391 | + <groupId>org.sonatype.sisu</groupId> |
| 392 | + <artifactId>sisu-guice</artifactId> |
| 393 | + </exclusion> |
391 | 394 | </exclusions>
|
392 | 395 | </dependency>
|
| 396 | + <dependency> |
| 397 | + <groupId>org.apache.maven.shared</groupId> |
| 398 | + <artifactId>maven-common-artifact-filters</artifactId> |
| 399 | + <version>${mavenCommonArtifactFilters}</version> |
| 400 | + </dependency> |
393 | 401 |
|
394 | 402 | <dependency>
|
395 | 403 | <groupId>org.apache.maven</groupId>
|
396 | 404 | <artifactId>maven-core</artifactId>
|
397 | 405 | <version>${mavenCoreVersion}</version>
|
398 | 406 | </dependency>
|
| 407 | + <dependency> |
| 408 | + <groupId>org.apache.maven.shared</groupId> |
| 409 | + <artifactId>maven-shared-utils</artifactId> |
| 410 | + <version>${mavenSharedUtilsVersion}</version> |
| 411 | + </dependency> |
399 | 412 |
|
400 | 413 | <!-- doxia -->
|
401 | 414 | <dependency>
|
|
445 | 458 | <artifactId>struts-core</artifactId>
|
446 | 459 | </exclusion>
|
447 | 460 | <exclusion>
|
448 |
| - <groupId>dom4j</groupId> |
449 |
| - <artifactId>dom4j</artifactId> |
| 461 | + <groupId>dom4j</groupId> |
| 462 | + <artifactId>dom4j</artifactId> |
450 | 463 | </exclusion>
|
451 | 464 | <exclusion>
|
452 | 465 | <groupId>commons-logging</groupId>
|
|
503 | 516 | <artifactId>commons-io</artifactId>
|
504 | 517 | <version>${io.version}</version>
|
505 | 518 | </dependency>
|
| 519 | + <dependency> |
| 520 | + <groupId>commons-lang</groupId> |
| 521 | + <artifactId>commons-lang</artifactId> |
| 522 | + <version>${lang2.version}</version> |
| 523 | + </dependency> |
506 | 524 | <dependency>
|
507 | 525 | <groupId>org.apache.commons</groupId>
|
508 | 526 | <artifactId>commons-lang3</artifactId>
|
|
0 commit comments