We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e32f4ec + d81ac19 commit c170e55Copy full SHA for c170e55
build.gradle
@@ -38,7 +38,7 @@ dependencies {
38
implementation 'com.amazonaws:aws-lambda-java-core:1.1.0'
39
// 2.2.7 is earliest version that has all needed event sources
40
implementation 'com.amazonaws:aws-lambda-java-events:2.2.7'
41
- implementation 'com.amazonaws:aws-java-sdk-s3:1.11.163'
+ implementation 'com.amazonaws:aws-java-sdk-s3:1.12.13'
42
implementation 'com.amazonaws:aws-java-sdk-kinesis:1.11.163'
43
implementation 'com.amazonaws:aws-java-sdk-dynamodb:1.11.163'
44
implementation('io.opentracing:opentracing-api:0.33.0')
gradle.properties
@@ -1,2 +1,2 @@
1
group = com.newrelic.opentracing
2
-version = 2.1.0
+version = 2.1.1
0 commit comments