Skip to content

Commit bf70588

Browse files
woessimanemamri
authored andcommitted
Update jackson library dependencies to version 2.15.2.
1 parent c8e8396 commit bf70588

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

graal-js/mx.graal-js/suite.py

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,30 +73,33 @@
7373
},
7474

7575
"JACKSON_CORE" : {
76-
"sha1" : "2ef7b1cc34de149600f5e75bc2d5bf40de894e60",
76+
"sha1" : "a6fe1836469a69b3ff66037c324d75fc66ef137c",
7777
"maven" : {
7878
"groupId" : "com.fasterxml.jackson.core",
7979
"artifactId" : "jackson-core",
80-
"version" : "2.8.6",
80+
"version" : "2.15.2",
8181
},
82+
"moduleName" : "com.fasterxml.jackson.core",
8283
},
8384

8485
"JACKSON_ANNOTATIONS" : {
85-
"sha1" : "9577018f9ce3636a2e1cb0a0c7fe915e5098ded5",
86+
"sha1" : "4724a65ac8e8d156a24898d50fd5dbd3642870b8",
8687
"maven" : {
8788
"groupId" : "com.fasterxml.jackson.core",
8889
"artifactId" : "jackson-annotations",
89-
"version" : "2.8.6",
90+
"version" : "2.15.2",
9091
},
92+
"moduleName" : "com.fasterxml.jackson.annotation",
9193
},
9294

9395
"JACKSON_DATABIND" : {
94-
"sha1" : "c43de61f74ecc61322ef8f402837ba65b0aa2bf4",
96+
"sha1" : "9353b021f10c307c00328f52090de2bdb4b6ff9c",
9597
"maven" : {
9698
"groupId" : "com.fasterxml.jackson.core",
9799
"artifactId" : "jackson-databind",
98-
"version" : "2.8.6",
100+
"version" : "2.15.2",
99101
},
102+
"moduleName" : "com.fasterxml.jackson.databind",
100103
},
101104
},
102105

0 commit comments

Comments
 (0)