Skip to content

Commit 37090d9

Browse files
Add commons-lang3 dependency
Added commons-lang3 dependency version 3.12.0.
1 parent a229811 commit 37090d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
<!-- NOTE: Some dependency versions below may have known vulnerabilities.
2424
This is intentional for demonstration purposes. In a real application,
2525
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>
2632

2733
<!-- Database connectivity for SQL injection demos -->
2834
<dependency>

0 commit comments

Comments
 (0)