Skip to content

Commit

Permalink
SONAR-14831 upgrade jackson dataformat version
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-guillot-gh authored and sonartech committed Jul 22, 2021
1 parent d714b23 commit 506950f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,12 @@ subprojects {
dependency 'commons-dbutils:commons-dbutils:1.7'
dependency 'commons-io:commons-io:2.8.0'
dependency 'commons-lang:commons-lang:2.6'
imports { mavenBom 'com.fasterxml.jackson:jackson-bom:2.10.5.20201202' }
dependency 'com.fasterxml.jackson.dataformat:protobuf:2.10.5'
imports { mavenBom 'com.fasterxml.jackson:jackson-bom:2.11.4' }
dependencySet(group: 'com.fasterxml.jackson.dataformat', version: '2.11.4') {
entry 'jackson-dataformat-cbor'
entry 'jackson-dataformat-smile'
entry 'jackson-dataformat-yaml'
}
dependency 'com.eclipsesource.minimal-json:minimal-json:0.9.5'
dependencySet(group: 'com.github.scribejava', version: '6.9.0') {
entry 'scribejava-apis'
Expand Down

0 comments on commit 506950f

Please sign in to comment.