We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a229811 commit 37090d9Copy full SHA for 37090d9
pom.xml
@@ -23,6 +23,12 @@
23
<!-- NOTE: Some dependency versions below may have known vulnerabilities.
24
This is intentional for demonstration purposes. In a real application,
25
always use the latest secure versions of dependencies. -->
26
+
27
+ <dependency>
28
+ <groupId>org.apache.commons</groupId>
29
+ <artifactId>commons-lang3</artifactId>
30
+ <version>3.12.0</version>
31
+ </dependency>
32
33
<!-- Database connectivity for SQL injection demos -->
34
<dependency>
0 commit comments