Skip to content

Commit

Permalink
chore(deps): bump the all group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 3 updates in the / directory: Microsoft.Extensions.Http.Resilience, Sentry and strawberryshake.tools.


Updates `Microsoft.Extensions.Http.Resilience` from 8.6.0 to 8.7.0

Updates `Sentry` from 4.8.1 to 4.9.0

Updates `strawberryshake.tools` from 13.9.6 to 13.9.7

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Sentry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: strawberryshake.tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 15, 2024
1 parent 371863b commit a347f15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"strawberryshake.tools": {
"version": "13.9.6",
"version": "13.9.7",
"commands": [
"dotnet-graphql"
]
Expand Down
4 changes: 2 additions & 2 deletions heliosphere-plugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="8.6.0"/>
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="8.7.0"/>
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand All @@ -80,7 +80,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Semver" Version="2.3.0"/>
<PackageReference Include="Sentry" Version="4.8.1" />
<PackageReference Include="Sentry" Version="4.9.0" />
<PackageReference Include="SimpleBase" Version="4.0.0"/>
<PackageReference Include="StrawberryShake.Server" Version="13.9.7" />
<PackageReference Include="StrawberryShake.Transport.Http" Version="13.9.7" />
Expand Down

0 comments on commit a347f15

Please sign in to comment.