Skip to content

Commit 66a5782

Browse files
committed
fix: config-client/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-7569538
1 parent 4794172 commit 66a5782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
249249
<swagger-core-version>1.5.24</swagger-core-version>
250250
<jersey-version>2.29.1</jersey-version>
251-
<jackson-version>2.14.0</jackson-version>
251+
<jackson-version>2.15.0</jackson-version>
252252
<maven-plugin-version>1.0.0</maven-plugin-version>
253253
<junit-version>4.13.1</junit-version>
254254
</properties>

0 commit comments

Comments
 (0)