Skip to content

Commit 0cb1aea

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-10500754
1 parent 858329e commit 0cb1aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<junit.version>5.9.1</junit.version>
5555
<junit-platform.version>1.9.1</junit-platform.version>
5656
<assertj-core.version>3.23.1</assertj-core.version>
57-
<jackson.version>2.14.2</jackson.version>
57+
<jackson.version>2.15.0</jackson.version>
5858
<selenium.version>4.18.0</selenium.version>
5959
<!-- same version as JMeter dependency -->
6060
<slf4j.version>1.7.36</slf4j.version>

0 commit comments

Comments
 (0)