Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGJETBRAINSKOTLIN-2393744
  • Loading branch information
snyk-bot committed Oct 24, 2023
1 parent 123f100 commit d980c2f
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.0.0</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:git@github.com: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 @@ -395,7 +395,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 d980c2f

Please sign in to comment.