Skip to content

Commit 8f1a120

Browse files
Override version of commons-lang3 to avoid reporting of security issues
1 parent 62f19ea commit 8f1a120

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ limitations under the License.
5454
</properties>
5555

5656
<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+
5765
<dependency>
5866
<groupId>org.apache.velocity</groupId>
5967
<artifactId>velocity-engine-core</artifactId>

0 commit comments

Comments
 (0)