Skip to content

Commit 51c64f1

Browse files
authored
Bump logging version to fix example
Signed-off-by: Henrique Graca <[email protected]>
1 parent f397e70 commit 51c64f1

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)