Skip to content

Commit 253340f

Browse files
committed
Upgrade Jackson from 2.9.10 to 2.15.4
1 parent 6b4765c commit 253340f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ subprojects {
99
}
1010

1111
ext {
12-
jacksonVersion = '2.9.10'
13-
jacksonDatabindVersion = "$jacksonVersion.8"
12+
jacksonVersion = '2.15.4'
13+
jacksonDatabindVersion = "$jacksonVersion"
1414
powermockVersion = '1.6.6'
1515
}
1616

0 commit comments

Comments
 (0)