Skip to content

Commit 5a52793

Browse files
authored
Feat: Updated jackson-databind version to latest which has zero direct vulnerabilities (#346)
1 parent 6cd56d6 commit 5a52793

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818

1919
buildscript {
20-
ext.kotlin_version = '1.3.72'
20+
ext.kotlin_version = '1.4.0'
2121
def bintray_user = System.getenv('BINTRAY_USER')
2222
def bintray_api_key = System.getenv('BINTRAY_API_KEY')
2323
def version_name = System.getenv('TRAVIS_TAG')
@@ -60,15 +60,15 @@ ext {
6060
target_sdk_version = 29
6161
java_core_ver = "3.5.0"
6262
android_logger_ver = "1.3.6"
63-
jacksonversion= "2.9.9.1"
63+
jacksonversion= "2.11.2"
6464
support_annotations_ver = "24.2.1"
6565
junit_ver = "4.12"
6666
mockito_ver = "1.10.19"
6767
powermock_ver = "1.6.4"
6868
support_test_runner_ver = "0.5"
6969
dexmaker_ver = "1.4"
7070
espresso_ver = "2.2.2"
71-
gson_ver = "2.8.5"
71+
gson_ver = "2.8.6"
7272
group_id = "com.optimizely.ab"
7373
}
7474

0 commit comments

Comments
 (0)