Skip to content

Commit dec4c6a

Browse files
committed
Update Kotlin example Powertools version.
1 parent 5c69555 commit dec4c6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/powertools-examples-core/kotlin/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ dependencies {
1414
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
1515
implementation("com.amazonaws:aws-lambda-java-events:3.11.0")
1616
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2")
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")
17+
aspect("software.amazon.lambda:powertools-tracing:1.20.1")
18+
aspect("software.amazon.lambda:powertools-logging:1.20.1")
19+
aspect("software.amazon.lambda:powertools-metrics:1.20.1")
2020
testImplementation("junit:junit:4.13.2")
2121
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
2222
}

0 commit comments

Comments
 (0)