Skip to content

Commit b6ec57b

Browse files
authored
Merge pull request #123 from Bandwidth/snyk-fix-2a9226b19ff57b49fff7db94217ad99c
SWI-3723 [Snyk] Security upgrade com.squareup.okhttp3:okhttp from 4.9.3 to 4.12.0
2 parents cb1328d + 6a3a6cf commit b6ec57b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<name>bandwidth-sdk</name>
99
<version>9.1.3</version>
1010
<url>https://github.com/Bandwidth/java-sdk</url>
11-
<description>The official client SDK for Bandwidth&#39;s Voice, Messaging, MFA, and WebRTC APIs</description>
11+
<description>The official client SDK for Bandwidth's Voice, Messaging, MFA, and WebRTC APIs</description>
1212
<scm>
1313
<url>https://github.com/Bandwidth/java-sdk</url>
1414
<connection>scm:git:[email protected]:Bandwidth/java-sdk.git</connection>
@@ -249,8 +249,8 @@
249249
<include>.gitignore</include>
250250
</includes>
251251
<!-- define the steps to apply to those files -->
252-
<trimTrailingWhitespace />
253-
<endWithNewline />
252+
<trimTrailingWhitespace/>
253+
<endWithNewline/>
254254
<indent>
255255
<spaces>true</spaces> <!-- or <tabs>true</tabs> -->
256256
<spacesPerTab>4</spacesPerTab> <!-- optional, default is 4 -->
@@ -269,8 +269,8 @@
269269
<reflowLongStrings>true</reflowLongStrings>
270270
</googleJavaFormat>
271271

272-
<removeUnusedImports />
273-
<importOrder />
272+
<removeUnusedImports/>
273+
<importOrder/>
274274

275275
</java>
276276
</configuration>
@@ -400,7 +400,7 @@
400400
<gson-fire-version>
401401
1.8.5</gson-fire-version>
402402
<swagger-core-version>1.6.5</swagger-core-version>
403-
<okhttp-version>4.9.3</okhttp-version>
403+
<okhttp-version>4.12.0</okhttp-version>
404404
<gson-version>2.9.0</gson-version>
405405
<version.commons-io>2.11.0</version.commons-io>
406406
<commons-lang3-version>

0 commit comments

Comments
 (0)