Skip to content

Commit 7594de9

Browse files
twilio-product-securitysnyk-botmanisha1997
authored
fix: pom.xml to reduce vulnerabilities (#809)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-7569538 Co-authored-by: snyk-bot <snyk-bot@snyk.io> Co-authored-by: Manisha Singh <singhmanisha.250025@gmail.com>
1 parent faf0db4 commit 7594de9

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
@@ -167,7 +167,7 @@
167167
</profile>
168168
</profiles>
169169
<properties>
170-
<jackson.version>2.14.0</jackson.version>
170+
<jackson.version>2.15.0</jackson.version>
171171
<javadoc.plugin.version>3.3.1</javadoc.plugin.version>
172172
<jjwt.version>0.11.2</jjwt.version>
173173
<skip.tests>false</skip.tests>
@@ -468,7 +468,7 @@
468468
</goals>
469469
<configuration>
470470
<rules>
471-
<dependencyConvergence></dependencyConvergence>
471+
<dependencyConvergence/>
472472
</rules>
473473
</configuration>
474474
</execution>

0 commit comments

Comments
 (0)