File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ dependencies {
69
69
implementation " com.qcloud:cos_api:5.6.231"
70
70
implementation " commons-codec:commons-codec:1.13"
71
71
implementation " commons-logging:commons-logging:1.2"
72
- implementation " com.fasterxml.jackson.core:jackson-core:2.13.4.1 "
73
- implementation " com.fasterxml.jackson.core:jackson-annotations:2.13.4.1 "
74
- implementation " com.fasterxml.jackson.core:jackson-databind:2.13.4.1 "
72
+ implementation " com.fasterxml.jackson.core:jackson-core:2.17.2 "
73
+ implementation " com.fasterxml.jackson.core:jackson-annotations:2.17.2 "
74
+ implementation " com.fasterxml.jackson.core:jackson-databind:2.17.2 "
75
75
implementation " org.apache.httpcomponents:httpclient:4.5.13"
76
76
implementation " org.apache.httpcomponents:httpcore:4.4.16"
77
77
implementation " org.apache.logging.log4j:log4j-api:2.17.1"
@@ -83,7 +83,7 @@ dependencies {
83
83
84
84
configurations. all {
85
85
resolutionStrategy. force " joda-time:joda-time:2.10.4"
86
- resolutionStrategy. force " com.fasterxml.jackson.core:jackson-core:2.10.4 "
86
+ resolutionStrategy. force " com.fasterxml.jackson.core:jackson-core:2.17.2 "
87
87
resolutionStrategy. force " commons-codec:commons-codec:1.11"
88
88
resolutionStrategy. force " commons-logging:commons-logging:1.2"
89
89
resolutionStrategy. force " org.apache.httpcomponents:httpclient:4.5.10"
You can’t perform that action at this time.
0 commit comments