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 042eab8 commit b4c728fCopy full SHA for b4c728f
pom.xml
@@ -67,6 +67,13 @@
67
<version>${Hapi.version}</version>
68
</dependency>
69
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
+
77
<dependency>
78
<groupId>jakarta.validation</groupId>
79
<artifactId>jakarta.validation-api</artifactId>
0 commit comments