Skip to content

Commit 5c0553c

Browse files
committed
Fix botched comment.
1 parent 99f5510 commit 5c0553c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -748,14 +748,14 @@
748748
<!-- Version 12.x is the latest, but 10.0.4 is the latest that we can use beccause 11.x has a breaking
749749
change that requires Java 11 or later and our mimimal JDK is Java 8.
750750
-->
751-
<-- Note: As of 2025-05-18, I (kwwall) unable to get:
751+
<!-- Note: As of 2025-05-18, I (kwwall) unable to get:
752752
$ mvn -B dependency:tree
753753
to work with OpenJDK 8 even though this same version of the Dependency Check plugin worked the previous
754754
ESAPI release last November. I do not have time presently to track the reason for this down, but will
755755
try to follow up with the OWASP Depencency Check team. In the meantime, I thought I would mention it
756756
in case someone else tried it and ran into the problem. It is non-essential though, since I also use
757757
GHAS Dependabot and Snyk SCA tools to monitor unpatched vulnerabilities in ESAPI dependencies.
758-
-->
758+
-->
759759
<version>10.0.4</version>
760760
<configuration>
761761
<nvdApiKey>${env.NVD_API_KEY}</nvdApiKey>

0 commit comments

Comments
 (0)