Skip to content

Commit

Permalink
Merge pull request #123 from Bandwidth/snyk-fix-2a9226b19ff57b49fff7d…
Browse files Browse the repository at this point in the history
…b94217ad99c

SWI-3723 [Snyk] Security upgrade com.squareup.okhttp3:okhttp from 4.9.3 to 4.12.0
  • Loading branch information
hamermike authored Mar 18, 2024
2 parents cb1328d + 6a3a6cf commit b6ec57b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>bandwidth-sdk</name>
<version>9.1.3</version>
<url>https://github.com/Bandwidth/java-sdk</url>
<description>The official client SDK for Bandwidth&#39;s Voice, Messaging, MFA, and WebRTC APIs</description>
<description>The official client SDK for Bandwidth's Voice, Messaging, MFA, and WebRTC APIs</description>
<scm>
<url>https://github.com/Bandwidth/java-sdk</url>
<connection>scm:git:[email protected]:Bandwidth/java-sdk.git</connection>
Expand Down Expand Up @@ -249,8 +249,8 @@
<include>.gitignore</include>
</includes>
<!-- define the steps to apply to those files -->
<trimTrailingWhitespace />
<endWithNewline />
<trimTrailingWhitespace/>
<endWithNewline/>
<indent>
<spaces>true</spaces> <!-- or <tabs>true</tabs> -->
<spacesPerTab>4</spacesPerTab> <!-- optional, default is 4 -->
Expand All @@ -269,8 +269,8 @@
<reflowLongStrings>true</reflowLongStrings>
</googleJavaFormat>

<removeUnusedImports />
<importOrder />
<removeUnusedImports/>
<importOrder/>

</java>
</configuration>
Expand Down Expand Up @@ -400,7 +400,7 @@
<gson-fire-version>
1.8.5</gson-fire-version>
<swagger-core-version>1.6.5</swagger-core-version>
<okhttp-version>4.9.3</okhttp-version>
<okhttp-version>4.12.0</okhttp-version>
<gson-version>2.9.0</gson-version>
<version.commons-io>2.11.0</version.commons-io>
<commons-lang3-version>
Expand Down

0 comments on commit b6ec57b

Please sign in to comment.