Skip to content

Commit 699eb0e

Browse files
committed
Update to <aws.xray.recorder.version>2.18.2</aws.xray.recorder.version>
1 parent 5ee0b77 commit 699eb0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/powertools-examples-core-utilities/cdk/app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>software.amazon.lambda.examples</groupId>
77
<!-- TODO TODO TODO this should build from SNAPSHOT, but it doesn't, because the snapshots
88
don't appear in the docker environment CDK builds it in in our CDK tests. How to procede? V2 blocker -->
9-
<version>1.17.0</version>
9+
<version>2.0.0-SNAPSHOT</version>
1010
<artifactId>powertools-examples-core-utilities-cdk</artifactId>
1111
<packaging>jar</packaging>
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<slf4j.version>2.0.7</slf4j.version>
7272
<jackson.version>2.17.2</jackson.version>
7373
<aws.sdk.version>2.28.1</aws.sdk.version>
74-
<aws.xray.recorder.version>2.18.1</aws.xray.recorder.version>
74+
<aws.xray.recorder.version>2.18.2</aws.xray.recorder.version>
7575
<payloadoffloading-common.version>2.2.0</payloadoffloading-common.version>
7676
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7777
<lambda.core.version>1.2.3</lambda.core.version>

0 commit comments

Comments
 (0)