Skip to content

Commit 0566fd1

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

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

checkmarx-ast-eclipse-plugin/.classpath

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@
1111
<classpathentry exported="true" kind="lib" path="lib/slf4j-reload4j-2.0.17.jar"/>
1212
<classpathentry exported="true" kind="lib" path="lib/slf4j-api-2.0.17.jar"/>
1313
<classpathentry exported="true" kind="lib" path="lib/jackson-annotations-2.21.jar"/>
14-
<classpathentry exported="true" kind="lib" path="lib/jackson-core-2.21.1.jar"/>
1514
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.18.0.jar"/>
1615
<classpathentry exported="true" kind="lib" path="lib/ast-cli-java-wrapper-2.4.18.jar"/>
17-
<classpathentry exported="true" kind="lib" path="lib/jackson-databind-2.21.0.jar"/>
1816
<classpathentry exported="true" kind="lib" path="lib/org.eclipse.mylyn.commons.ui_4.9.0.v20251121-0615.jar"/>
1917
<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"/>
2019
<classpathentry kind="lib" path="lib/jackson-core-2.21.1.jar"/>
2120
<classpathentry kind="src" output="bin" path="src">
2221
<attributes>

checkmarx-ast-eclipse-plugin/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Bundle-ClassPath: .,
2828
lib/slf4j-api-2.0.17.jar,
2929
lib/jackson-annotations-2.21.jar,
3030
lib/jackson-core-2.21.1.jar,
31-
lib/jackson-databind-2.21.0.jar,
31+
lib/jackson-databind-2.21.1.jar,
3232
lib/commons-lang3-3.18.0.jar,
3333
lib/ast-cli-java-wrapper-2.4.18.jar,
3434
lib/org.eclipse.mylyn.commons.ui_4.9.0.v20251121-0615.jar,

checkmarx-ast-eclipse-plugin/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bin.includes = plugin.xml,\
1010
lib/commons-lang3-3.18.0.jar,\
1111
lib/ast-cli-java-wrapper-2.4.18.jar,\
1212
lib/org.eclipse.mylyn.commons.ui_4.9.0.v20251121-0615.jar,\
13-
lib/jackson-databind-2.21.0.jar,\
13+
lib/jackson-databind-2.21.1.jar,\
1414
.,\
1515
lib/org-eclipse-mylyn-commons-core.jar
1616
source.. = src/

checkmarx-ast-eclipse-plugin/lib/jackson-databind-2.21.0.jar renamed to checkmarx-ast-eclipse-plugin/lib/jackson-databind-2.21.1.jar

1.62 MB
Binary file not shown.

0 commit comments

Comments
 (0)