Skip to content

Commit 900f082

Browse files
committed
Update to jackson-annotations and -core 2.9.9
Fixes gh-7217
1 parent 382177e commit 900f082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/dependency-management.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ dependencyManagement {
4040
dependency 'asm:asm:3.1'
4141
dependency 'ch.qos.logback:logback-classic:1.2.3'
4242
dependency 'ch.qos.logback:logback-core:1.2.3'
43-
dependency 'com.fasterxml.jackson.core:jackson-annotations:2.9.8'
44-
dependency 'com.fasterxml.jackson.core:jackson-core:2.9.8'
43+
dependency 'com.fasterxml.jackson.core:jackson-annotations:2.9.9'
44+
dependency 'com.fasterxml.jackson.core:jackson-core:2.9.9'
4545
dependency 'com.fasterxml.jackson.core:jackson-databind:2.9.9.2'
4646
dependency 'com.fasterxml:classmate:1.3.4'
4747
dependency 'com.github.stephenc.jcip:jcip-annotations:1.0-1'

0 commit comments

Comments
 (0)