Commit a8a79bc
committed
Close issue #581. Details of changes follow:
Edited output from
$ mvn -U versions:display-dependency-updates
with pom.xml from 2.2.1.1 release:
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] com.github.spotbugs:spotbugs-annotations .............. 4.0.4 -> 4.1.4 <== Updated to 4.1.4
[INFO] commons-fileupload:commons-fileupload ................... 1.3.3 -> 1.4 <== 1.4 causes test to JUnit test to fail.
[INFO] commons-io:commons-io ................................... 2.6 -> 2.8.0 <== 2.7 and later requires Java 8. Can't update yet.
[INFO] javax.servlet:javax.servlet-api ....................... 3.0.1 -> 4.0.1 <== Do not update. Support for new major # (4.x) of servlet-api may require updates to newer Java Servlet Engines / App Servers and thus newer versions of the JRE. We are trying to support JRE 7 for now (until CVEs force us to upgrate). Hopefully we can support JRE 7 through the EOL of ESAPI 2.x, whenever that may happen.
[INFO] org.apache.commons:commons-collections4 ................... 4.2 -> 4.4 <== 4.3 and newer requires Java 8. Can't update yet.
[INFO] org.bouncycastle:bcprov-jdk15on ...................... 1.65.01 -> 1.67 <== Test scope. Unchanged. Updating to 1.67 causes NPE. Specifically, get this error running 'mvn site':
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.9.1:site (default-site) on project esapi: failed to get report for org.apache.maven.plugins:maven-javadoc-plugin: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce (check-java-versions) on project esapi: Execution check-java-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce failed.: NullPointerException -> [Help 1]
[INFO] org.javassist:javassist ....................... 3.25.0-GA -> 3.27.0-GA <== Test scope. Unchanged. This is latest version that supports Java 7.
[INFO] org.mockito:mockito-core ............................. 2.28.2 -> 3.6.0 <== Test scope. Unchanged.
[INFO] org.openjdk.jmh:jmh-core ................................ 1.23 -> 1.26 <== Test scope. Unchanged.
[INFO] org.openjdk.jmh:jmh-generator-annprocess ................ 1.23 -> 1.26 <== Test scope. Unchanged.
[INFO] org.powermock:powermock-api-mockito2 .................. 2.0.7 -> 2.0.9 <== Test scope. Unchanged.
[INFO] org.powermock:powermock-module-junit4 ................. 2.0.7 -> 2.0.9 <== Test scope. Unchanged.
[INFO] org.powermock:powermock-reflect ....................... 2.0.7 -> 2.0.9 <== Test scope. Unchanged.
[INFO] org.slf4j:slf4j-api ........................... 1.7.30 -> 2.0.0-alpha1 <== 1.7.30 is latest GA release (as of 11/24/2020).
[INFO] xml-apis:xml-apis .................................... 1.4.01 -> 2.0.2 <== False positive. 1.4.01 is actually the latest official release (2011). As per https://mvnrepository.com/artifact/xml-apis/xml-apis, 2.0.0 was from 2005 and was moved to "xml-apis » xml-apis » 1.0.b2" and 2.0.2 was also from 2005 and moved to "xml-apis » xml-apis » 1.0.b2". So it appears it was just a messed up release versioning problem.
Edited output from
$ mvn -U versions:display-plugin-updates
with pom.xml from 2.2.1.1 release:
[INFO] The following dependencies in Plugin Dependencies have newer versions:
[INFO] org.codehaus.mojo:animal-sniffer-enforcer-rule .......... 1.17 -> 1.19 <== Updated to 1.18. Updating to 1.19 gives lots of errors on 'mvn site'.
[INFO] org.codehaus.mojo:extra-enforcer-rules .................... 1.2 -> 1.3 <== Updated to 1.3.1 parent cf4de09 commit a8a79bc
1 file changed
+24
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
| 138 | + | |
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
| |||
238 | 239 | | |
239 | 240 | | |
240 | 241 | | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
| 242 | + | |
252 | 243 | | |
253 | 244 | | |
254 | 245 | | |
| |||
295 | 286 | | |
296 | 287 | | |
297 | 288 | | |
| 289 | + | |
298 | 290 | | |
299 | 291 | | |
300 | 292 | | |
| |||
327 | 319 | | |
328 | 320 | | |
329 | 321 | | |
| 322 | + | |
330 | 323 | | |
331 | 324 | | |
332 | 325 | | |
| |||
506 | 499 | | |
507 | 500 | | |
508 | 501 | | |
509 | | - | |
| 502 | + | |
510 | 503 | | |
511 | 504 | | |
512 | 505 | | |
513 | 506 | | |
514 | | - | |
515 | | - | |
| 507 | + | |
| 508 | + | |
516 | 509 | | |
517 | 510 | | |
518 | 511 | | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
519 | 526 | | |
520 | 527 | | |
521 | 528 | | |
| |||
739 | 746 | | |
740 | 747 | | |
741 | 748 | | |
742 | | - | |
| 749 | + | |
743 | 750 | | |
744 | 751 | | |
745 | 752 | | |
| |||
0 commit comments