Skip to content

Commit 5c15336

Browse files
authored
Merge pull request #291 from XanderAtBackboneSystems/master
Increased version of jackson-databind to a higher patch version with no/less reported CVE's
2 parents d5c7db2 + 118871e commit 5c15336

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ subprojects {
3535

3636
ext {
3737
jacksonVersion = '2.9.10'
38+
jacksonDatabindVersion = "$jacksonVersion.8"
3839
powermockVersion = '1.6.6'
3940
}
4041

@@ -50,7 +51,7 @@ subprojects {
5051
dependencies {
5152
compile "com.fasterxml.jackson.core:jackson-core:$jacksonVersion"
5253
compile "com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion"
53-
compile "com.fasterxml.jackson.core:jackson-databind:$jacksonVersion"
54+
compile "com.fasterxml.jackson.core:jackson-databind:$jacksonDatabindVersion"
5455
compile "com.google.guava:guava:17.0"
5556
compile "org.slf4j:slf4j-api:1.7.25"
5657
compile "commons-codec:commons-codec:1.9"

0 commit comments

Comments
 (0)