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-ORGJSON-5488379
  • Loading branch information
snyk-bot authored and twilio-product-security committed Apr 28, 2023
1 parent 37fb301 commit 47a810c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20220320</version>
<version>20230227</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -450,7 +450,7 @@
</goals>
<configuration>
<rules>
<dependencyConvergence></dependencyConvergence>
<dependencyConvergence/>
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit 47a810c

Please sign in to comment.