Skip to content

Commit

Permalink
chore(deps): bump the nuget-agent group across 3 directories with 9 u…
Browse files Browse the repository at this point in the history
…pdates (#2818)

Bumps the nuget-agent group with 3 updates in the /build directory: [Nuget.Protocol](https://github.com/NuGet/NuGet.Client), [RestSharp](https://github.com/restsharp/RestSharp) and [RestSharp.Serializers.NewtonsoftJson](https://github.com/restsharp/RestSharp).
Bumps the nuget-agent group with 5 updates in the /src/Agent/MsiInstaller directory:

| Package | From | To |
| --- | --- | --- |
| [WixToolset.Iis.wixext](https://github.com/wixtoolset/wix) | `5.0.1` | `5.0.2` |
| [WixToolset.NetFx.wixext](https://github.com/wixtoolset/wix) | `5.0.1` | `5.0.2` |
| [WixToolset.UI.wixext](https://github.com/wixtoolset/wix) | `5.0.1` | `5.0.2` |
| [WixToolset.Util.wixext](https://github.com/wixtoolset/wix) | `5.0.1` | `5.0.2` |
| [WixToolset.Dtf.CustomAction](https://github.com/wixtoolset/wix) | `5.0.1` | `5.0.2` |

Bumps the nuget-agent group with 1 update in the /src/Agent/NewRelic/Agent/Core directory: [ILRepack](https://github.com/gluck/il-repack).


Updates `Nuget.Protocol` from 6.11.0 to 6.11.1
- [Release notes](https://github.com/NuGet/NuGet.Client/releases)
- [Commits](https://github.com/NuGet/NuGet.Client/commits)

Updates `RestSharp` from 112.0.0 to 112.1.0
- [Release notes](https://github.com/restsharp/RestSharp/releases)
- [Commits](restsharp/RestSharp@112.0.0...112.1.0)

Updates `RestSharp.Serializers.NewtonsoftJson` from 112.0.0 to 112.1.0
- [Release notes](https://github.com/restsharp/RestSharp/releases)
- [Commits](restsharp/RestSharp@112.0.0...112.1.0)

Updates `RestSharp` from 112.0.0 to 112.1.0
- [Release notes](https://github.com/restsharp/RestSharp/releases)
- [Commits](restsharp/RestSharp@112.0.0...112.1.0)

Updates `WixToolset.Iis.wixext` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/wixtoolset/wix/releases)
- [Commits](wixtoolset/wix@v5.0.1...v5.0.2)

Updates `WixToolset.NetFx.wixext` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/wixtoolset/wix/releases)
- [Commits](wixtoolset/wix@v5.0.1...v5.0.2)

Updates `WixToolset.UI.wixext` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/wixtoolset/wix/releases)
- [Commits](wixtoolset/wix@v5.0.1...v5.0.2)

Updates `WixToolset.Util.wixext` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/wixtoolset/wix/releases)
- [Commits](wixtoolset/wix@v5.0.1...v5.0.2)

Updates `WixToolset.Dtf.CustomAction` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/wixtoolset/wix/releases)
- [Commits](wixtoolset/wix@v5.0.1...v5.0.2)

Updates `ILRepack` from 2.0.34 to 2.0.35
- [Release notes](https://github.com/gluck/il-repack/releases)
- [Changelog](https://github.com/gluck/il-repack/blob/master/CHANGELOG.md)
- [Commits](gluck/il-repack@2.0.34...2.0.35)

---
updated-dependencies:
- dependency-name: Nuget.Protocol
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-agent
- dependency-name: RestSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-agent
- dependency-name: RestSharp.Serializers.NewtonsoftJson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-agent
- dependency-name: RestSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-agent
- dependency-name: WixToolset.Iis.wixext
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-agent
- dependency-name: WixToolset.NetFx.wixext
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-agent
- dependency-name: WixToolset.UI.wixext
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-agent
- dependency-name: WixToolset.Util.wixext
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-agent
- dependency-name: WixToolset.Dtf.CustomAction
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-agent
- dependency-name: ILRepack
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-agent
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 9669641 commit 25a9d30
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Octokit" Version="13.0.1" />
<PackageReference Include="Serilog" Version="4.0.2" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageReference Include="Nuget.Protocol" Version="6.11.0" />
<PackageReference Include="Nuget.Protocol" Version="6.11.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion build/NugetValidator/NugetValidator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="NuGet.Protocol" Version="6.11.0" />
<PackageReference Include="NuGet.Protocol" Version="6.11.1" />
<PackageReference Include="YamlDotNet" Version="16.1.3" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions build/NugetVersionDeprecator/NugetVersionDeprecator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NuGet.Protocol" Version="6.11.0" />
<PackageReference Include="NuGet.Protocol" Version="6.11.1" />
<PackageReference Include="Octokit" Version="13.0.1" />
<PackageReference Include="RestSharp" Version="112.0.0" />
<PackageReference Include="RestSharp.Serializers.NewtonsoftJson" Version="112.0.0" />
<PackageReference Include="RestSharp" Version="112.1.0" />
<PackageReference Include="RestSharp.Serializers.NewtonsoftJson" Version="112.1.0" />
<PackageReference Include="YamlDotNet" Version="16.1.3" />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions src/Agent/MsiInstaller/Installer/Installer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="WixToolset.NetFx.wixext" Version="5.0.1" />
<PackageReference Include="WixToolset.Iis.wixext" Version="5.0.1" />
<PackageReference Include="WixToolset.UI.wixext" Version="5.0.1" />
<PackageReference Include="WixToolset.Util.wixext" Version="5.0.1" />
<PackageReference Include="WixToolset.NetFx.wixext" Version="5.0.2" />
<PackageReference Include="WixToolset.Iis.wixext" Version="5.0.2" />
<PackageReference Include="WixToolset.UI.wixext" Version="5.0.2" />
<PackageReference Include="WixToolset.Util.wixext" Version="5.0.2" />
</ItemGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="WixToolset.Dtf.CustomAction" Version="5.0.1" />
<PackageReference Include="WixToolset.Dtf.WindowsInstaller" Version="5.0.1" />
<PackageReference Include="WixToolset.Dtf.CustomAction" Version="5.0.2" />
<PackageReference Include="WixToolset.Dtf.WindowsInstaller" Version="5.0.2" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Agent/NewRelic/Agent/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<PackageReference Include="Serilog.Sinks.EventLog" Version="3.1.0" />
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="ILRepack" Version="2.0.34">
<PackageReference Include="ILRepack" Version="2.0.35">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="ILRepack" Version="2.0.34">
<PackageReference Include="ILRepack" Version="2.0.35">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 25a9d30

Please sign in to comment.