diff --git a/build/LibraryVersions.g.cs b/build/LibraryVersions.g.cs index f2d2460035..d8a570c125 100644 --- a/build/LibraryVersions.g.cs +++ b/build/LibraryVersions.g.cs @@ -119,9 +119,9 @@ public static partial class LibraryVersion "TestApplication.NServiceBus", new List { - new("8.0.0"), + new("8.2.4"), new("9.1.0", supportedFrameworks: new string[] {"net8.0"}), - new("9.2.2", supportedFrameworks: new string[] {"net8.0"}), + new("9.2.3", supportedFrameworks: new string[] {"net8.0"}), } }, { diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index 4593636d6e..230b32f6d4 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -31,7 +31,7 @@ - + diff --git a/test/IntegrationTests/LibraryVersions.g.cs b/test/IntegrationTests/LibraryVersions.g.cs index d340cb8f27..d7d1a901b3 100644 --- a/test/IntegrationTests/LibraryVersions.g.cs +++ b/test/IntegrationTests/LibraryVersions.g.cs @@ -205,12 +205,12 @@ public static TheoryData NServiceBus #if DEFAULT_TEST_PACKAGE_VERSIONS theoryData.Add(string.Empty); #else - theoryData.Add("8.0.0"); + theoryData.Add("8.2.4"); #if NET8_0 theoryData.Add("9.1.0"); #endif #if NET8_0 - theoryData.Add("9.2.2"); + theoryData.Add("9.2.3"); #endif #endif return theoryData; diff --git a/test/test-applications/integrations/TestApplication.CustomSdk/TestApplication.CustomSdk.csproj b/test/test-applications/integrations/TestApplication.CustomSdk/TestApplication.CustomSdk.csproj index f0bf87697a..c8c13415e2 100644 --- a/test/test-applications/integrations/TestApplication.CustomSdk/TestApplication.CustomSdk.csproj +++ b/test/test-applications/integrations/TestApplication.CustomSdk/TestApplication.CustomSdk.csproj @@ -12,7 +12,7 @@ - + diff --git a/test/test-applications/integrations/TestApplication.NServiceBus/TestApplication.NServiceBus.csproj b/test/test-applications/integrations/TestApplication.NServiceBus/TestApplication.NServiceBus.csproj index d8cbe2aa1f..c00414e8c4 100644 --- a/test/test-applications/integrations/TestApplication.NServiceBus/TestApplication.NServiceBus.csproj +++ b/test/test-applications/integrations/TestApplication.NServiceBus/TestApplication.NServiceBus.csproj @@ -10,7 +10,7 @@ - + diff --git a/tools/LibraryVersionsGenerator/PackageVersionDefinitions.cs b/tools/LibraryVersionsGenerator/PackageVersionDefinitions.cs index bbfc302efd..8cef25cc2a 100644 --- a/tools/LibraryVersionsGenerator/PackageVersionDefinitions.cs +++ b/tools/LibraryVersionsGenerator/PackageVersionDefinitions.cs @@ -180,7 +180,8 @@ all lower versions than 8.15.10 contains references impacted by TestApplicationName = "TestApplication.NServiceBus", Versions = new List { - new("8.0.0"), + // new("8.0.0"), - transitive vulnerabilities https://github.com/advisories/GHSA-8g4q-xg66-9fp4, <=8.2.3 + new("8.2.4"), new("9.1.0", supportedTargetFrameworks: new[] { "net8.0" }, supportedExecutionFrameworks: new[] { "net8.0" }), // breaking change, new Meter name new("*", supportedTargetFrameworks: new[] { "net8.0" }, supportedExecutionFrameworks: new[] { "net8.0" }) }