Skip to content

Commit d5ebade

Browse files
authored
Merge pull request #951 from tronprotocol/fix/bump-jackson-2.18.8
fix(deps): bump jackson-databind 2.16.1 -> 2.18.8
2 parents 14c1d4c + 73004a9 commit d5ebade

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ dependencies {
8181
implementation group: 'com.typesafe', name: 'config', version: '1.3.2'
8282
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
8383
implementation group: 'com.alibaba', name: 'fastjson', version: '1.2.83'
84-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.16.1'
84+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.8'
8585

8686
compileOnly 'org.projectlombok:lombok:1.18.24'
8787
annotationProcessor 'org.projectlombok:lombok:1.18.24'

0 commit comments

Comments
 (0)