Skip to content

Commit

Permalink
Merge pull request #980 from christianhelle/renovate/nuget-restsharp-…
Browse files Browse the repository at this point in the history
…vulnerability

Update dependency RestSharp to v112 [SECURITY]
  • Loading branch information
christianhelle authored Sep 18, 2024
2 parents c2a322f + fb3af77 commit b896f24
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The **Refitter** code generator produces code that depends on the [Refit](https:

The **OpenAPI Generator** code generator produces code that depends on the following NuGet packages:

- [RestSharp](https://www.nuget.org/packages/RestSharp/110.2.0)
- [RestSharp](https://www.nuget.org/packages/RestSharp/112.0.0)
- [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/2.0.1)
- [Polly](https://www.nuget.org/packages/Polly/8.4.1)
- [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3)
Expand Down
2 changes: 1 addition & 1 deletion docs/Marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The **Refitter** code generator produces code that depends on the [Refit](https:

The **OpenAPI Generator** code generator produces code that depends on the following NuGet packages:

- [RestSharp](https://www.nuget.org/packages/RestSharp/110.2.0)
- [RestSharp](https://www.nuget.org/packages/RestSharp/112.0.0)
- [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/2.0.1)
- [Polly](https://www.nuget.org/packages/Polly/8.4.1)
- [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3)
Expand Down
2 changes: 1 addition & 1 deletion docs/Marketplace2022.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The **Refitter** code generator produces code that depends on the [Refit](https:

The **OpenAPI Generator** code generator produces code that depends on the following NuGet packages:

- [RestSharp](https://www.nuget.org/packages/RestSharp/110.2.0)
- [RestSharp](https://www.nuget.org/packages/RestSharp/112.0.0)
- [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/2.0.1)
- [Polly](https://www.nuget.org/packages/Polly/8.4.1)
- [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3)
Expand Down
2 changes: 1 addition & 1 deletion docs/VisualStudioForMac.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The **Refitter** code generator produces code that depends on the [Refit](https:

The **OpenAPI Generator** code generator produces code that depends on the following NuGet packages:

- [RestSharp](https://www.nuget.org/packages/RestSharp/110.2.0)
- [RestSharp](https://www.nuget.org/packages/RestSharp/112.0.0)
- [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/2.0.1)
- [Polly](https://www.nuget.org/packages/Polly/8.4.1)
- [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static class PackageDependencies
public static readonly PackageDependency RestSharpLatest =
new PackageDependency(
"RestSharp",
"110.2.0");
"112.0.0");

public static readonly PackageDependency JsonSubTypesLatest =
new PackageDependency(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public static class OpenApiGeneratorProjectFileContents
</PropertyGroup>
<ItemGroup>
<PackageReference Include = ""JsonSubTypes"" Version=""2.0.1"" />
<PackageReference Include = ""RestSharp"" Version=""110.2.0"" />
<PackageReference Include = ""RestSharp"" Version=""112.0.0"" />
<PackageReference Include = ""Polly"" Version=""8.4.1"" />
<PackageReference Include = ""System.ComponentModel.Annotations"" Version=""4.5.0"" />
<PackageReference Include = ""System.Runtime.Serialization.Primitives"" Version=""4.3.0"" />
Expand All @@ -24,7 +24,7 @@ public static class OpenApiGeneratorProjectFileContents
</PropertyGroup>
<ItemGroup>
<PackageReference Include = ""JsonSubTypes"" Version=""2.0.1"" />
<PackageReference Include = ""RestSharp"" Version=""110.2.0"" />
<PackageReference Include = ""RestSharp"" Version=""112.0.0"" />
<PackageReference Include = ""Polly"" Version=""8.4.1"" />
<PackageReference Include = ""System.ComponentModel.Annotations"" Version=""4.5.0"" />
<PackageReference Include = ""System.Runtime.Serialization.Primitives"" Version=""4.3.0"" />
Expand All @@ -50,7 +50,7 @@ public static class OpenApiGeneratorProjectFileContents
</ItemGroup>
<ItemGroup>
<PackageReference Include = ""JsonSubTypes"" Version=""2.0.1"" />
<PackageReference Include = ""RestSharp"" Version=""110.2.0"" />
<PackageReference Include = ""RestSharp"" Version=""112.0.0"" />
<PackageReference Include = ""Polly"" Version=""8.4.1"" />
<PackageReference Include = ""System.ComponentModel.Annotations"" Version=""4.5.0"" />
<PackageReference Include = ""System.Runtime.Serialization.Primitives"" Version=""4.3.0"" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/OpenApiGenerator/Net462/Net462.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
<PackageReference Include="RestSharp" Version="110.2.0" />
<PackageReference Include="RestSharp" Version="112.0.0" />
<PackageReference Include="Polly" Version="8.4.1" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/OpenApiGenerator/Net472/Net472.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
<PackageReference Include="RestSharp" Version="110.2.0" />
<PackageReference Include="RestSharp" Version="112.0.0" />
<PackageReference Include="Polly" Version="8.4.1" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/OpenApiGenerator/Net48/Net48.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
<PackageReference Include="RestSharp" Version="110.2.0" />
<PackageReference Include="RestSharp" Version="112.0.0" />
<PackageReference Include="Polly" Version="8.4.1" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/OpenApiGenerator/Net481/Net481.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
<PackageReference Include="RestSharp" Version="110.2.0" />
<PackageReference Include="RestSharp" Version="112.0.0" />
<PackageReference Include="Polly" Version="8.4.1" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/OpenApiGenerator/Net6/Net6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="RestSharp" Version="110.2.0" />
<PackageReference Include="RestSharp" Version="112.0.0" />
<PackageReference Include="Polly" Version="8.4.1" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/OpenApiGenerator/Net7/Net7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
<PackageReference Include="RestSharp" Version="110.2.0" />
<PackageReference Include="RestSharp" Version="112.0.0" />
<PackageReference Include="Polly" Version="8.4.1" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
<PackageReference Include="RestSharp" Version="110.2.0" />
<PackageReference Include="RestSharp" Version="112.0.0" />
<PackageReference Include="Polly" Version="8.4.1" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
<PackageReference Include="RestSharp" Version="110.2.0" />
<PackageReference Include="RestSharp" Version="112.0.0" />
<PackageReference Include="Polly" Version="8.4.1" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down

0 comments on commit b896f24

Please sign in to comment.