Skip to content

Commit 6c42d75

Browse files
Bump AWS.Lambda.Powertools.Logging from 2.0.2 to 3.0.1 (#539)
--- updated-dependencies: - dependency-name: AWS.Lambda.Powertools.Logging dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: AWS.Lambda.Powertools.Logging dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: james.eastham <james.eastham@datadoghq.com>
1 parent c927394 commit 6c42d75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/order-service/src/Orders.BackgroundWorkers/Orders.BackgroundWorkers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.4" />
1818
<PackageReference Include="Amazon.Lambda.Annotations" Version="1.7.0" />
1919
<PackageReference Include="Amazon.Lambda.SQSEvents" Version="2.2.0" />
20-
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="2.0.2" />
20+
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="3.0.1" />
2121
<PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.9.3" />
2222
<PackageReference Include="AWSSDK.SimpleSystemsManagement" Version="4.0.3.1" />
2323
<PackageReference Include="Datadog.Trace" Version="3.22.0" />

src/order-service/src/TestHarness/TestHarness.Lambda/TestHarness.Lambda.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Amazon.Lambda.SNSEvents" Version="2.1.0" />
2020
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.4" />
2121
<PackageReference Include="Amazon.Lambda.Annotations" Version="1.7.0" />
22-
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="2.0.2" />
22+
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="3.0.1" />
2323
<PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.9.3" />
2424
<PackageReference Include="Datadog.Trace" Version="3.22.0" />
2525
<PackageReference Include="NJsonSchema" Version="11.4.0" />

0 commit comments

Comments
 (0)