Skip to content

Commit 5ec78b0

Browse files
dd-octo-sts[bot]dependabot[bot]andrewlock
authored
[Test Package Versions Bump] Updating package versions (#7983)
Updates the package versions for integration tests. --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Lock <andrew.lock@datadoghq.com>
1 parent 36ac459 commit 5ec78b0

12 files changed

+662
-635
lines changed

tracer/build/PackageVersionsGeneratorDefinitions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,9 @@
861861
}, {
862862
"MinVersion": "2.57.0",
863863
"ExcludeTargetFrameworks": ["netcoreapp3.0", "netcoreapp3.1", "net5.0"]
864+
}, {
865+
"MinVersion": "2.76.0",
866+
"ExcludeTargetFrameworks": ["netcoreapp3.0", "netcoreapp3.1", "net5.0", "net6.0", "net7.0"]
864867
}]
865868
},
866869
{

tracer/build/PackageVersionsLatestMajors.g.props

Lines changed: 103 additions & 103 deletions
Large diffs are not rendered by default.

tracer/build/PackageVersionsLatestMinors.g.props

Lines changed: 121 additions & 100 deletions
Large diffs are not rendered by default.

tracer/build/PackageVersionsLatestSpecific.g.props

Lines changed: 103 additions & 103 deletions
Large diffs are not rendered by default.

tracer/build/supported_versions.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -327,9 +327,9 @@
327327
"minVersionAvailableInclusive": "3.1.0",
328328
"minVersionSupportedInclusive": "3.3.0",
329329
"minVersionTestedInclusive": "3.3.113.2",
330-
"maxVersionSupportedInclusive": "4.0.14.3",
331-
"maxVersionAvailableInclusive": "4.0.14.3",
332-
"maxVersionTestedInclusive": "4.0.14.3"
330+
"maxVersionSupportedInclusive": "4.0.15.1",
331+
"maxVersionAvailableInclusive": "4.0.15.1",
332+
"maxVersionTestedInclusive": "4.0.15.1"
333333
}
334334
]
335335
},
@@ -601,9 +601,9 @@
601601
"minVersionAvailableInclusive": "0.1.0",
602602
"minVersionSupportedInclusive": "2.3.0",
603603
"minVersionTestedInclusive": "4.1.0",
604-
"maxVersionSupportedInclusive": "8.8.0",
605-
"maxVersionAvailableInclusive": "8.8.0",
606-
"maxVersionTestedInclusive": "8.8.0"
604+
"maxVersionSupportedInclusive": "8.8.2",
605+
"maxVersionAvailableInclusive": "8.8.2",
606+
"maxVersionTestedInclusive": "8.8.2"
607607
}
608608
]
609609
},
@@ -652,9 +652,9 @@
652652
"minVersionAvailableInclusive": "2.23.0",
653653
"minVersionSupportedInclusive": "2.23.0",
654654
"minVersionTestedInclusive": "2.29.0",
655-
"maxVersionSupportedInclusive": "2.71.0",
656-
"maxVersionAvailableInclusive": "2.71.0",
657-
"maxVersionTestedInclusive": "2.71.0"
655+
"maxVersionSupportedInclusive": "2.76.0",
656+
"maxVersionAvailableInclusive": "2.76.0",
657+
"maxVersionTestedInclusive": "2.76.0"
658658
}
659659
]
660660
},
@@ -686,9 +686,9 @@
686686
"minVersionAvailableInclusive": "2.23.0",
687687
"minVersionSupportedInclusive": "2.23.0",
688688
"minVersionTestedInclusive": "2.29.0",
689-
"maxVersionSupportedInclusive": "2.71.0",
690-
"maxVersionAvailableInclusive": "2.71.0",
691-
"maxVersionTestedInclusive": "2.71.0"
689+
"maxVersionSupportedInclusive": "2.76.0",
690+
"maxVersionAvailableInclusive": "2.76.0",
691+
"maxVersionTestedInclusive": "2.76.0"
692692
}
693693
]
694694
},
@@ -1077,9 +1077,9 @@
10771077
"minVersionAvailableInclusive": "2.0.11",
10781078
"minVersionSupportedInclusive": "4.0.0",
10791079
"minVersionTestedInclusive": "4.1.14",
1080-
"maxVersionSupportedInclusive": "10.0.0",
1081-
"maxVersionAvailableInclusive": "10.0.0",
1082-
"maxVersionTestedInclusive": "10.0.0"
1080+
"maxVersionSupportedInclusive": "10.0.1",
1081+
"maxVersionAvailableInclusive": "10.0.1",
1082+
"maxVersionTestedInclusive": "10.0.1"
10831083
}
10841084
]
10851085
},

tracer/dependabot/integrations/Datadog.Dependabot.AWSSDK.S3.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<ItemGroup>
99
<!-- Integration: AWSSDK.S3 -->
1010
<!-- Assembly: AWSSDK.S3 -->
11-
<!-- Latest package https://www.nuget.org/packages/AWSSDK.S3/4.0.14.3 -->
12-
<PackageReference Include="AWSSDK.S3" Version="4.0.14.3" />
11+
<!-- Latest package https://www.nuget.org/packages/AWSSDK.S3/4.0.15.1 -->
12+
<PackageReference Include="AWSSDK.S3" Version="4.0.15.1" />
1313
</ItemGroup>
1414

1515
</Project>

tracer/dependabot/integrations/Datadog.Dependabot.GraphQL.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<ItemGroup>
99
<!-- Integration: GraphQL -->
1010
<!-- Assembly: GraphQL -->
11-
<!-- Latest package https://www.nuget.org/packages/GraphQL/8.8.0 -->
12-
<PackageReference Include="GraphQL" Version="8.8.0" />
11+
<!-- Latest package https://www.nuget.org/packages/GraphQL/8.8.2 -->
12+
<PackageReference Include="GraphQL" Version="8.8.2" />
1313
</ItemGroup>
1414

1515
</Project>

tracer/dependabot/integrations/Datadog.Dependabot.Grpc.AspNetCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<!-- Assembly: Grpc.AspNetCore.Server -->
1111
<!-- Integration: Grpc.Net.Client -->
1212
<!-- Assembly: Grpc.Net.Client -->
13-
<!-- Latest package https://www.nuget.org/packages/Grpc.AspNetCore/2.71.0 -->
14-
<PackageReference Include="Grpc.AspNetCore" Version="2.71.0" />
13+
<!-- Latest package https://www.nuget.org/packages/Grpc.AspNetCore/2.76.0 -->
14+
<PackageReference Include="Grpc.AspNetCore" Version="2.76.0" />
1515
</ItemGroup>
1616

1717
</Project>

tracer/dependabot/integrations/Datadog.Dependabot.Npgsql.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<ItemGroup>
99
<!-- Integration: Npgsql -->
1010
<!-- Assembly: Npgsql -->
11-
<!-- Latest package https://www.nuget.org/packages/Npgsql/10.0.0 -->
12-
<PackageReference Include="Npgsql" Version="10.0.0" />
11+
<!-- Latest package https://www.nuget.org/packages/Npgsql/10.0.1 -->
12+
<PackageReference Include="Npgsql" Version="10.0.1" />
1313
</ItemGroup>
1414

1515
</Project>

0 commit comments

Comments
 (0)