File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 748
748
<!-- Version 12.x is the latest, but 10.0.4 is the latest that we can use beccause 11.x has a breaking
749
749
change that requires Java 11 or later and our mimimal JDK is Java 8.
750
750
-->
751
+ <-- Note: As of 2025-05-18, I (kwwall) unable to get:
752
+ $ mvn -B dependency:tree
753
+ to work with OpenJDK 8 even though this same version of the Dependency Check plugin worked the previous
754
+ ESAPI release last November. I do not have time presently to track the reason for this down, but will
755
+ try to follow up with the OWASP Depencency Check team. In the meantime, I thought I would mention it
756
+ in case someone else tried it and ran into the problem. It is non-essential though, since I also use
757
+ GHAS Dependabot and Snyk SCA tools to monitor unpatched vulnerabilities in ESAPI dependencies.
758
+ -->
751
759
<version >10.0.4</version >
752
760
<configuration >
753
761
<nvdApiKey >${env.NVD_API_KEY} </nvdApiKey >
You can’t perform that action at this time.
0 commit comments