Skip to content

Commit 91b60b6

Browse files
Jar jackson core changed to resolve scan vuln
1 parent 0566fd1 commit 91b60b6

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

checkmarx-ast-eclipse-plugin/.classpath

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<classpath>
33
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
44
<attributes>
5-
<attribute name="module" value="true"/>
65
<attribute name="maven.pomderived" value="true"/>
76
</attributes>
87
</classpathentry>
@@ -11,12 +10,12 @@
1110
<classpathentry exported="true" kind="lib" path="lib/slf4j-reload4j-2.0.17.jar"/>
1211
<classpathentry exported="true" kind="lib" path="lib/slf4j-api-2.0.17.jar"/>
1312
<classpathentry exported="true" kind="lib" path="lib/jackson-annotations-2.21.jar"/>
13+
<classpathentry exported="true" kind="lib" path="lib/jackson-core-2.21.1.jar"/>
1414
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.18.0.jar"/>
15-
<classpathentry exported="true" kind="lib" path="lib/ast-cli-java-wrapper-2.4.18.jar"/>
15+
<classpathentry exported="true" kind="lib" path="lib/ast-cli-java-wrapper-2.4.21.jar"/>
16+
<classpathentry exported="true" kind="lib" path="lib/jackson-databind-2.21.1.jar"/>
1617
<classpathentry exported="true" kind="lib" path="lib/org.eclipse.mylyn.commons.ui_4.9.0.v20251121-0615.jar"/>
1718
<classpathentry exported="true" kind="lib" path="lib/org-eclipse-mylyn-commons-core.jar"/>
18-
<classpathentry kind="lib" path="lib/jackson-databind-2.21.1.jar"/>
19-
<classpathentry kind="lib" path="lib/jackson-core-2.21.1.jar"/>
2019
<classpathentry kind="src" output="bin" path="src">
2120
<attributes>
2221
<attribute name="optional" value="true"/>
@@ -29,4 +28,4 @@
2928
</attributes>
3029
</classpathentry>
3130
<classpathentry kind="output" path="bin"/>
32-
</classpath>
31+
</classpath>

0 commit comments

Comments
 (0)