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-COMFASTERXMLJACKSONCORE-7569538
  • Loading branch information
snyk-bot committed Jul 27, 2024
1 parent 1a12eff commit 2ba242f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<junit.version>5.9.1</junit.version>
<junit-platform.version>1.9.1</junit-platform.version>
<assertj-core.version>3.23.1</assertj-core.version>
<jackson.version>2.14.2</jackson.version>
<jackson.version>2.15.0</jackson.version>
<selenium.version>4.18.0</selenium.version>
<!-- same version as JMeter dependency -->
<slf4j.version>1.7.36</slf4j.version>
Expand Down

0 comments on commit 2ba242f

Please sign in to comment.