File tree 1 file changed +4
-4
lines changed
examples/powertools-examples-core/kotlin
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ dependencies {
14
14
implementation(" com.fasterxml.jackson.core:jackson-databind:2.17.2" )
15
15
implementation(" com.amazonaws:aws-lambda-java-events:3.11.0" )
16
16
implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2" )
17
- aspect(" software.amazon.lambda:powertools-tracing:1.18 .0" )
18
- aspect(" software.amazon.lambda:powertools-logging:1.18 .0" )
19
- aspect(" software.amazon.lambda:powertools-metrics:1.18 .0" )
17
+ aspect(" software.amazon.lambda:powertools-tracing:1.19 .0" )
18
+ aspect(" software.amazon.lambda:powertools-logging:1.19 .0" )
19
+ aspect(" software.amazon.lambda:powertools-metrics:1.19 .0" )
20
20
testImplementation(" junit:junit:4.13.2" )
21
21
implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
22
22
}
@@ -36,4 +36,4 @@ tasks.compileTestKotlin {
36
36
// If using JDK 11 or higher, use the following instead:
37
37
// kotlin {
38
38
// jvmToolchain(11)
39
- // }
39
+ // }
You can’t perform that action at this time.
0 commit comments