Skip to content

Commit b4c728f

Browse files
Override Apache Commons Lang Version
Fixes: #429
1 parent 042eab8 commit b4c728f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@
6767
<version>${Hapi.version}</version>
6868
</dependency>
6969

70+
<!-- Overriding apache commons that comes from hapi and causes a vulnerability in the older version -->
71+
<dependency>
72+
<groupId>org.apache.commons</groupId>
73+
<artifactId>commons-lang3</artifactId>
74+
<version>3.18.0</version>
75+
</dependency>
76+
7077
<dependency>
7178
<groupId>jakarta.validation</groupId>
7279
<artifactId>jakarta.validation-api</artifactId>

0 commit comments

Comments
 (0)