Skip to content

Commit

Permalink
CVE Issue Fix- Jackson Version change 2.14.0-rc1 (#180)
Browse files Browse the repository at this point in the history
* CVE Issue Fix- Jackson Version change 2.14.0-rc1

* CVE Issue Fix- Jackson Version change 2.14.0-rc1
  • Loading branch information
manukundloo-hmcts authored Oct 6, 2022
1 parent a69321a commit 9d1b518
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ dependencies {
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: versions.log4j
implementation group: 'org.apache.logging.log4j', name: 'log4j', version: versions.log4j
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: versions.log4j
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.2.1'
implementation group: 'com.fasterxml.jackson', name: 'jackson-bom', version: '2.13.2.20220324', ext: 'pom'
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '5.10.2'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.4.1'
Expand Down Expand Up @@ -432,7 +431,7 @@ integration {

dependencyManagement {
dependencies {
dependencySet(group: 'com.fasterxml.jackson.core', version: '2.13.2') {
dependencySet(group: 'com.fasterxml.jackson.core', version: '2.14.0-rc1') {
entry 'jackson-databind'
entry 'jackson-core'
entry 'jackson-annotations'
Expand Down

0 comments on commit 9d1b518

Please sign in to comment.