Skip to content

Commit 02e9e63

Browse files
Bump the tests group across 1 directory with 6 updates
Bumps the tests group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [BouncyCastle.Cryptography](https://github.com/bcgit/bc-csharp) | `2.5.0` | `2.5.1` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.12.0` | `17.13.0` | | [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.7.2` | `3.8.2` | | [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.7.2` | `3.8.2` | | [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) | `2.0.186` | `2.0.188` | | [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) | `10.5.0.109200` | `10.6.0.109712` | Updates `BouncyCastle.Cryptography` from 2.5.0 to 2.5.1 - [Commits](bcgit/bc-csharp@release-2.5.0...release-2.5.1) Updates `Microsoft.NET.Test.Sdk` from 17.12.0 to 17.13.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.12.0...v17.13.0) Updates `MSTest.TestAdapter` from 3.7.2 to 3.8.2 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.7.2...v3.8.2) Updates `MSTest.TestFramework` from 3.7.2 to 3.8.2 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.7.2...v3.8.2) Updates `Meziantou.Analyzer` from 2.0.186 to 2.0.188 - [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases) - [Commits](meziantou/Meziantou.Analyzer@2.0.186...2.0.188) Updates `SonarAnalyzer.CSharp` from 10.5.0.109200 to 10.6.0.109712 - [Release notes](https://github.com/SonarSource/sonar-dotnet/releases) - [Commits](SonarSource/sonar-dotnet@10.5.0.109200...10.6.0.109712) --- updated-dependencies: - dependency-name: BouncyCastle.Cryptography dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: Meziantou.Analyzer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: SonarAnalyzer.CSharp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b86def0 commit 02e9e63

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/iTextSharp.LGPLv2.Core.FunctionalTests/iTextSharp.LGPLv2.Core.FunctionalTests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
</PackageReference>
2323
</ItemGroup>
2424
<ItemGroup>
25-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0"/>
26-
<PackageReference Include="MSTest.TestAdapter" Version="3.7.2"/>
27-
<PackageReference Include="MSTest.TestFramework" Version="3.7.2"/>
25+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0"/>
26+
<PackageReference Include="MSTest.TestAdapter" Version="3.8.2"/>
27+
<PackageReference Include="MSTest.TestFramework" Version="3.8.2"/>
2828

2929
<PackageReference Include="BitMiracle.LibTiff.NET" Version="2.4.660"/>
3030
</ItemGroup>

src/iTextSharp.LGPLv2.Core/iTextSharp.LGPLv2.Core.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
<PrivateAssets>all</PrivateAssets>
5858
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5959
</PackageReference>
60-
<PackageReference Include="Meziantou.Analyzer" Version="2.0.186">
60+
<PackageReference Include="Meziantou.Analyzer" Version="2.0.188">
6161
<PrivateAssets>all</PrivateAssets>
6262
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6363
</PackageReference>
64-
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.5.0.109200">
64+
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.6.0.109712">
6565
<PrivateAssets>all</PrivateAssets>
6666
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6767
</PackageReference>
@@ -82,7 +82,7 @@
8282

8383
<ItemGroup>
8484
<PackageReference Include="SkiaSharp" Version="3.116.1"/>
85-
<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.0"/>
85+
<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.1"/>
8686
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
8787
</ItemGroup>
8888

0 commit comments

Comments
 (0)