Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 236afdc

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-10734078
1 parent 7b48d2a commit 236afdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>org.apache.commons</groupId>
107107
<artifactId>commons-lang3</artifactId>
108-
<version>3.4</version>
108+
<version>3.18.0</version>
109109
</dependency>
110110
<!-- IO Helpers -->
111111
<dependency>

0 commit comments

Comments
 (0)