Skip to content

Commit 43677d7

Browse files
committed
Bump Kotline example Powertools version to 1.19.0.
1 parent d25e591 commit 43677d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
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.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")
2020
testImplementation("junit:junit:4.13.2")
2121
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
2222
}
@@ -36,4 +36,4 @@ tasks.compileTestKotlin {
3636
// If using JDK 11 or higher, use the following instead:
3737
//kotlin {
3838
// jvmToolchain(11)
39-
//}
39+
//}

0 commit comments

Comments
 (0)