Skip to content

Commit 80cf9ef

Browse files
authored
chore: Update latest tested versions of core tech, week of 2024-09-16 (#2771)
* Minor core tech version bumps * Major log4net version bump * Revert "Major log4net version bump" This reverts commit b05532d.
1 parent d48a751 commit 80cf9ef

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/Agent/IntegrationTests/ContainerApplications/AwsSdkTestApp/AwsSdkTestApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
17-
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.19" />
17+
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.20" />
1818
<PackageReference Include="NewRelic.Agent.Api" Version="10.26.0" />
1919
</ItemGroup>
2020
</Project>

tests/Agent/IntegrationTests/SharedApplications/Common/MFALatestPackages/MFALatestPackages.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</PropertyGroup>
66

77
<ItemGroup> <!-- retain alphabetical order please! -->
8-
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.403.4" Condition="'$(TargetFramework)' == 'net481'" />
9-
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.403.4" Condition="'$(TargetFramework)' == 'net8.0'" />
8+
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.403.8" Condition="'$(TargetFramework)' == 'net481'" />
9+
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.403.8" Condition="'$(TargetFramework)' == 'net8.0'" />
1010

1111
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.15.0" Condition="'$(TargetFramework)' == 'net481'" />
1212
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.15.0" Condition="'$(TargetFramework)' == 'net8.0'" />
@@ -53,8 +53,8 @@
5353
<PackageReference Include="NEST" Version="7.17.5" Condition="'$(TargetFramework)' == 'net481'" />
5454
<PackageReference Include="NEST" Version="7.17.5" Condition="'$(TargetFramework)' == 'net8.0'" />
5555

56-
<PackageReference Include="NLog" Version="5.3.3" Condition="'$(TargetFramework)' == 'net481'" />
57-
<PackageReference Include="NLog" Version="5.3.3" Condition="'$(TargetFramework)' == 'net8.0'" />
56+
<PackageReference Include="NLog" Version="5.3.4" Condition="'$(TargetFramework)' == 'net481'" />
57+
<PackageReference Include="NLog" Version="5.3.4" Condition="'$(TargetFramework)' == 'net8.0'" />
5858

5959
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.11" Condition="'$(TargetFramework)' == 'net481'" />
6060
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.11" Condition="'$(TargetFramework)' == 'net8.0'" />
@@ -65,7 +65,7 @@
6565

6666
<!-- NServiceBus v9+ only supports .NET8+, so constraint FW target to the latest 8.x version -->
6767
<PackageReference Include="NServiceBus" Version="8.2.2" Condition="'$(TargetFramework)' == 'net481'" />
68-
<PackageReference Include="NServiceBus" Version="9.1.1" Condition="'$(TargetFramework)' == 'net8.0'" />
68+
<PackageReference Include="NServiceBus" Version="9.2.2" Condition="'$(TargetFramework)' == 'net8.0'" />
6969

7070

7171
<!-- modern oracle only supports net472+ and net6.0+ -->

0 commit comments

Comments
 (0)