Skip to content

Commit da3648b

Browse files
committed
Updata aws sdk and import jackson core manually because it's shaded from aws sdk 2.17.x on
1 parent 43ff574 commit da3648b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
1717
import org.gradle.api.tasks.testing.logging.TestLogEvent
1818

1919
ext {
20-
awsSdkVersion = "2.16.89"
20+
awsSdkVersion = "2.17.61"
2121
springVersion = "5.3.11"
2222
springSecurityVersion = "5.5.2"
2323
springBootVersion = "2.5.5"

synapse-compaction-aws-s3/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ dependencies {
88
implementation "software.amazon.awssdk:s3:${awsSdkVersion}"
99
implementation "software.amazon.awssdk:netty-nio-client:${awsSdkVersion}"
1010

11+
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.0'
12+
1113
testImplementation "software.amazon.awssdk:kinesis:${awsSdkVersion}"
1214
testImplementation project(':synapse-aws-kinesis')
1315
testImplementation project(':synapse-testsupport')

0 commit comments

Comments
 (0)