diff options
author | amohamad <a.mohamad@queensu.ca> | 2020-07-19 22:17:57 -0400 |
---|---|---|
committer | Sébastien Determe <sebastien.determe@intl.att.com> | 2020-09-04 13:21:08 +0000 |
commit | c16117e08b97da93da61be841c22f5759cdadd37 (patch) | |
tree | 3dbbd4cc9a4f256f7a14516c4cb7fc8063215cbd /onboarding/pom.xml | |
parent | bf640a573e96f752c73f04ccd7e51f39916e131a (diff) |
Upgrade Vulnerable Direct Dependencies [jackson]
Issue-ID: SDC-3051
Upgrade from jackson-databind 1.9 and 2.10 to 2.11
upgrade the respective pom.xml files
Upgrade the 1.9 imports and required code changes
Upgrade the beans-services.xml files
Change-Id: I56b59e08d65a0a1888c8caeb5470bc0c6a028ddd
Signed-off-by: amohamad <a.mohamad@queensu.ca>
Diffstat (limited to 'onboarding/pom.xml')
-rw-r--r-- | onboarding/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/onboarding/pom.xml b/onboarding/pom.xml index 2d7927e56b..7539165ef7 100644 --- a/onboarding/pom.xml +++ b/onboarding/pom.xml @@ -98,7 +98,7 @@ <jersey.core.version>1.19.1</jersey.core.version> <jersey.multipart.version>1.18.1</jersey.multipart.version> <logback.version>1.2.3</logback.version> - <org.codehaus.jackson.version>1.9.13</org.codehaus.jackson.version> + <mockito.all.version>1.10.19</mockito.all.version> <org.everit.json.schema.version>1.5.1</org.everit.json.schema.version> <org.reflections.version>0.9.10</org.reflections.version> <servlet.version>2.5</servlet.version> |