Skip to content

Commit 7944757

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 7b26213 commit 7944757

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
@@ -48,7 +48,7 @@
4848
<project.build.outputTimestamp>1729085386</project.build.outputTimestamp>
4949
<maven.compiler.source>1.8</maven.compiler.source>
5050
<maven.compiler.target>1.8</maven.compiler.target>
51-
<jmeter.version>5.5</jmeter.version>
51+
<jmeter.version>5.6</jmeter.version>
5252
<testcontainers.version>1.17.6</testcontainers.version>
5353
<wiremock.version>2.35.0</wiremock.version>
5454
<junit.version>5.9.1</junit.version>

0 commit comments

Comments
 (0)