You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// OpenSearch core is using slf4j 1.7.36. Therefore, we cannot change the version here.
276
-
exclude group: 'org.slf4j', module: 'slf4j-api'
277
-
}
272
+
// migrated from json-path 2.9.0 to json-smart because json-path does not have a fix for CVE https://advisories.opensearch.org/advisories/CVE-2024-57699
// OpenSearch core is using slf4j 1.7.36. Therefore, we cannot change the version here.
47
-
exclude group: 'org.slf4j', module: 'slf4j-api'
48
-
}
43
+
// migrated from json-path 2.9.0 to json-smart because json-path does not have a fix for CVE https://advisories.opensearch.org/advisories/CVE-2024-57699
0 commit comments