Skip to content

Commit 46a483f

Browse files
committed
fix: java-sdk-function-test/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-10734078
1 parent d76c1c1 commit 46a483f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-sdk-function-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<dependency>
172172
<groupId>org.apache.commons</groupId>
173173
<artifactId>commons-lang3</artifactId>
174-
<version>3.14.0</version>
174+
<version>3.18.0</version>
175175
</dependency>
176176
<dependency>
177177
<groupId>javax.xml.bind</groupId>

0 commit comments

Comments
 (0)