We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4765c commit 253340fCopy full SHA for 253340f
1 file changed
build.gradle
@@ -9,8 +9,8 @@ subprojects {
9
}
10
11
ext {
12
- jacksonVersion = '2.9.10'
13
- jacksonDatabindVersion = "$jacksonVersion.8"
+ jacksonVersion = '2.15.4'
+ jacksonDatabindVersion = "$jacksonVersion"
14
powermockVersion = '1.6.6'
15
16
0 commit comments