Skip to content

Commit 0bd7a3c

Browse files
Bump AWSSDK.DynamoDBv2 and 2 others
Bumps AWSSDK.DynamoDBv2 from 4.0.2.2 to 4.0.3.1 Bumps Microsoft.CodeAnalysis.Analyzers from 3.11.0 to 4.14.0 Bumps Microsoft.CodeAnalysis.CSharp from 4.10.0 to 4.14.0 --- updated-dependencies: - dependency-name: AWSSDK.DynamoDBv2 dependency-version: 4.0.3.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.CodeAnalysis.Analyzers dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d774a56 commit 0bd7a3c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/DynamoDBGenerator.SourceGenerator/DynamoDBGenerator.SourceGenerator.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
</PropertyGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.10.0" PrivateAssets="all" />
25-
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
24+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" PrivateAssets="all" />
25+
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="4.14.0" PrivateAssets="all" />
2626
</ItemGroup>
2727

2828
<ItemGroup>
2929
<!-- Is required in order to pack the analyzer correctly with NuGet -->
30-
<None Include="$(OutputPath)\*.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false"/>
30+
<None Include="$(OutputPath)\*.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
3131
</ItemGroup>
3232

3333

src/DynamoDBGenerator/DynamoDBGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.2.2" />
21+
<PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.3.1" />
2222
</ItemGroup>
2323
</Project>

0 commit comments

Comments
 (0)