Skip to content

Commit e8f79b1

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 e89b4e9 commit e8f79b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<name>bandwidth-sdk</name>
88
<version>1.0.0</version>
99
<url>https://github.com/Bandwidth/java-sdk</url>
10-
<description>The official client SDK for Bandwidth&#39;s Voice, Messaging, MFA, and WebRTC APIs</description>
10+
<description>The official client SDK for Bandwidth's Voice, Messaging, MFA, and WebRTC APIs</description>
1111
<scm>
1212
<url>https://github.com/Bandwidth/java-sdk</url>
1313
<connection>scm:git:[email protected]:Bandwidth/java-sdk.git</connection>
@@ -415,7 +415,7 @@
415415
<okhttp-version>4.12.0</okhttp-version>
416416
<gson-version>2.10.1</gson-version>
417417
<version.commons-io>2.14.0</version.commons-io>
418-
<commons-lang3-version>3.14.0</commons-lang3-version>
418+
<commons-lang3-version>3.18.0</commons-lang3-version>
419419
<jaxb.version>4.0.0</jaxb.version>
420420
<jackson-databind-nullable-version>0.2.6</jackson-databind-nullable-version>
421421
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>

0 commit comments

Comments
 (0)