There was an error while loading. Please reload this page.
2 parents 14c1d4c + 73004a9 commit d5ebadeCopy full SHA for d5ebade
1 file changed
build.gradle
@@ -81,7 +81,7 @@ dependencies {
81
implementation group: 'com.typesafe', name: 'config', version: '1.3.2'
82
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
83
implementation group: 'com.alibaba', name: 'fastjson', version: '1.2.83'
84
- implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.16.1'
+ implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.8'
85
86
compileOnly 'org.projectlombok:lombok:1.18.24'
87
annotationProcessor 'org.projectlombok:lombok:1.18.24'
0 commit comments