Skip to content

Commit 34a1d67

Browse files
authored
Merge pull request #320 from aws-powertools/hjgraca-idempotency-example-fix
chore: Bump logging version to fix idempotency example
2 parents f397e70 + 51c64f1 commit 34a1d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Idempotency/src/HelloWorld/HelloWorld.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.5.0" />
1010
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.3.0" />
1111
<PackageReference Include="AWS.Lambda.Powertools.Idempotency" Version="0.0.1-preview" />
12-
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.1.0" />
12+
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.1.1" />
1313
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.103.7" />
1414
</ItemGroup>
1515
</Project>

0 commit comments

Comments
 (0)