Skip to content

Commit

Permalink
Bump the all-dependencies group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 3 updates in the /src/OrchardCore/OrchardCore directory: [JsonPath.Net](https://github.com/json-everything/json-everything), [Microsoft.CodeAnalysis.CSharp.CodeStyle](https://github.com/dotnet/roslyn) and [NodaTime](https://github.com/nodatime/nodatime).


Updates `JsonPath.Net` from 1.1.6 to 2.1.1
- [Commits](json-everything/json-everything@path-v1.1.6...more-v2.1.1)

Updates `Microsoft.CodeAnalysis.CSharp.CodeStyle` from 4.11.0 to 4.12.0
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

Updates `NodaTime` from 3.2.0 to 3.2.1
- [Release notes](https://github.com/nodatime/nodatime/releases)
- [Commits](nodatime/nodatime@3.2.0...3.2.1)

---
updated-dependencies:
- dependency-name: JsonPath.Net
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.CodeAnalysis.CSharp.CodeStyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: NodaTime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 701c07e commit 043b747
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageVersion Include="GraphQL.MicrosoftDI" Version="7.9.0" />
<PackageVersion Include="GraphQL.SystemTextJson" Version="7.9.0" />
<PackageVersion Include="Jint" Version="4.0.3" />
<PackageVersion Include="JsonPath.Net" Version="1.1.6" />
<PackageVersion Include="JsonPath.Net" Version="2.1.1" />
<PackageVersion Include="HtmlSanitizer" Version="8.2.871-beta" />
<PackageVersion Include="Irony" Version="1.5.3" />
<PackageVersion Include="libphonenumber-csharp" Version="8.13.47" />
Expand Down Expand Up @@ -57,7 +57,7 @@
<PackageVersion Include="NEST" Version="7.17.5" />
<PackageVersion Include="NJsonSchema" Version="11.0.2" />
<PackageVersion Include="NLog.Web.AspNetCore" Version="5.3.14" />
<PackageVersion Include="NodaTime" Version="3.2.0" />
<PackageVersion Include="NodaTime" Version="3.2.1" />
<PackageVersion Include="OpenIddict.Core" Version="5.8.0" />
<PackageVersion Include="OpenIddict.Server.AspNetCore" Version="5.8.0" />
<PackageVersion Include="OpenIddict.Server.DataProtection" Version="5.8.0" />
Expand Down Expand Up @@ -87,7 +87,7 @@
</ItemGroup>
<ItemGroup>
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<GlobalPackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.11.0" />
<GlobalPackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.12.0" />
</ItemGroup>
<!-- These versions are used for tansitive dependency forced upgrades only. E.g. when a package references a vulnerable version. -->
<!-- To list all vulnerable direct references run 'dotnet list package -vulnerable' (use double dash, just XML comments can't contain it) -->
Expand Down

0 comments on commit 043b747

Please sign in to comment.