Skip to content

Commit 2e4f5d5

Browse files
Bump AWSSDK.DynamoDBv2 from 3.7.103.8 to 3.7.305
Bumps AWSSDK.DynamoDBv2 from 3.7.103.8 to 3.7.305. --- updated-dependencies: - dependency-name: AWSSDK.DynamoDBv2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f72c5b8 commit 2e4f5d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DecoratorGenerator.UnitTests/DecoratorGenerator.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.103.8" />
13+
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.305" />
1414
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
1515
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.NUnit" Version="1.1.1" />
1616
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.9.2" />

SampleLibrary/SampleLibrary.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.103.8" />
10+
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.305" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)