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 62f19ea commit 8f1a120Copy full SHA for 8f1a120
pom.xml
@@ -54,6 +54,14 @@ limitations under the License.
54
</properties>
55
56
<dependencies>
57
+ <dependency>
58
+ <groupId>org.apache.commons</groupId>
59
+ <artifactId>commons-lang3</artifactId>
60
+ <!-- override version to avoid CVE-2025-48924 -->
61
+ <!-- can be removed when velocity upgrades its commons-lang3 dependency -->
62
+ <version>3.19.0</version>
63
+ </dependency>
64
+
65
<dependency>
66
<groupId>org.apache.velocity</groupId>
67
<artifactId>velocity-engine-core</artifactId>
0 commit comments