Skip to content

Commit 3aaf67d

Browse files
authored
Update HelloWorld.csproj
Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com>
1 parent be54168 commit 3aaf67d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/BatchProcessing/src/HelloWorld/HelloWorld.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<ItemGroup>
88
<PackageReference Include="Amazon.Lambda.Core" Version="2.2.0" />
99
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.1" />
10-
<PackageReference Include="AWS.Lambda.Powertools.BatchProcessing" Version="1.1.0" />
11-
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.5.0" />
10+
<PackageReference Include="AWS.Lambda.Powertools.BatchProcessing" Version="1.1.1" />
11+
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.5.1" />
1212
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
1313
</ItemGroup>
1414
</Project>

0 commit comments

Comments
 (0)