Skip to content

Commit a7d0724

Browse files
Upgraded Jackson libraries to 2.15.2 with updated dependencies and JARs
1 parent 6a0f4ef commit a7d0724

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

checkmarx-ast-eclipse-plugin/.classpath

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<classpathentry exported="true" kind="lib" path="lib/slf4j-simple-1.7.5.jar"/>
1010
<classpathentry exported="true" kind="lib" path="lib/slf4j-reload4j-1.7.36.jar"/>
1111
<classpathentry exported="true" kind="lib" path="lib/slf4j-api-1.7.5.jar"/>
12-
<classpathentry exported="true" kind="lib" path="lib/jackson-annotations-2.12.4.jar"/>
13-
<classpathentry exported="true" kind="lib" path="lib/jackson-core-2.12.4.jar"/>
12+
<classpathentry exported="true" kind="lib" path="lib/jackson-annotations-2.15.2.jar"/>
13+
<classpathentry exported="true" kind="lib" path="lib/jackson-core-2.15.2.jar"/>
1414
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.12.0.jar"/>
1515
<classpathentry exported="true" kind="lib" path="lib/ast-cli-java-wrapper-2.4.4.jar"/>
16-
<classpathentry exported="true" kind="lib" path="lib/jackson-databind-2.13.4.2.jar"/>
16+
<classpathentry exported="true" kind="lib" path="lib/jackson-databind-2.15.2.jar"/>
1717
<classpathentry exported="true" kind="lib" path="lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar"/>
1818
<classpathentry exported="true" kind="lib" path="lib/org.apache.commons.lang_2.6.0.v20220406-2305.jar"/>
1919
<classpathentry exported="true" kind="lib" path="lib/org-eclipse-mylyn-commons-core.jar"/>
2020
<classpathentry kind="src" path="src/"/>
2121
<classpathentry kind="output" path="target/classes"/>
22-
</classpath>
22+
</classpath>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Bundle-Activator: com.checkmarx.eclipse.Activator
2222
Bundle-ClassPath: lib/slf4j-simple-1.7.5.jar,
2323
lib/slf4j-reload4j-1.7.36.jar,
2424
lib/slf4j-api-1.7.5.jar,
25-
lib/jackson-annotations-2.12.4.jar,
26-
lib/jackson-core-2.12.4.jar,
25+
lib/jackson-annotations-2.15.2.jar,
26+
lib/jackson-core-2.15.2.jar,
2727
lib/commons-lang3-3.12.0.jar,
2828
lib/ast-cli-java-wrapper-2.4.4.jar,
29-
lib/jackson-databind-2.13.4.2.jar,
29+
lib/jackson-databind-2.15.2.jar,
3030
lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar,
3131
lib/org.apache.commons.lang_2.6.0.v20220406-2305.jar,
3232
lib/org-eclipse-mylyn-commons-core.jar,

checkmarx-ast-eclipse-plugin/build.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ bin.includes = plugin.xml,\
44
icons/,\
55
lib/slf4j-simple-1.7.5.jar,\
66
lib/slf4j-reload4j-1.7.36.jar,\
7-
lib/slf4j-api-1.7.5.jar, \
8-
lib/jackson-annotations-2.12.4.jar,\
9-
lib/jackson-core-2.12.4.jar,\
7+
lib/slf4j-api-1.7.5.jar,\
8+
lib/jackson-annotations-2.15.2.jar,\
9+
lib/jackson-core-2.15.2.jar,\
1010
lib/commons-lang3-3.12.0.jar,\
1111
lib/ast-cli-java-wrapper-2.4.4.jar,\
12-
lib/jackson-databind-2.13.4.2.jar,\
12+
lib/jackson-databind-2.15.2.jar,\
1313
lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar,\
1414
.,\
1515
lib/org.apache.commons.lang_2.6.0.v20220406-2305.jar,\
73.8 KB
Binary file not shown.
536 KB
Binary file not shown.
1.55 MB
Binary file not shown.

0 commit comments

Comments
 (0)