Skip to content

Commit

Permalink
build(deps): bump Sentry.Profiling from 4.10.2 to 4.12.1 (#41)
Browse files Browse the repository at this point in the history
Bumps [Sentry.Profiling](https://github.com/getsentry/sentry-dotnet) from 4.10.2 to 4.12.1.
- [Release notes](https://github.com/getsentry/sentry-dotnet/releases)
- [Changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-dotnet@4.10.2...4.12.1)

---
updated-dependencies:
- dependency-name: Sentry.Profiling
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kasper Marstal <[email protected]>
  • Loading branch information
dependabot[bot] and kaspermarstal authored Nov 2, 2024
1 parent b4f0033 commit d3ba357
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Cellm/Cellm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
<PackageReference Include="PdfPig" Version="0.1.9" />
<PackageReference Include="Sentry.Extensions.Logging" Version="4.12.1" />
<PackageReference Include="Sentry.Profiling" Version="4.10.2" />
<PackageReference Include="Sentry.Profiling" Version="4.12.1" />
<Content Include="appsettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand Down
8 changes: 4 additions & 4 deletions src/Cellm/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,12 @@
},
"Sentry.Profiling": {
"type": "Direct",
"requested": "[4.10.2, )",
"resolved": "4.10.2",
"contentHash": "OgFfG7nnF6iENkq9AqDPn5T1H1/aPbo4zj990YdSddfrE/A5PCpU8cDKZ/JT2oWokb6igtQgpJHjFxAeZM9NBQ==",
"requested": "[4.12.1, )",
"resolved": "4.12.1",
"contentHash": "UbYfATbG7c8NH2TR5RrWeT2oySAsTB3pTcOKj24dCtIngpsp0qO/8ROwuUg8eYaIrRk3egHlf0ST1w+FV/w0jA==",
"dependencies": {
"Microsoft.Diagnostics.NETCore.Client": "0.2.510501",
"Sentry": "4.10.2"
"Sentry": "4.12.1"
}
},
"ExcelDna.Integration": {
Expand Down

0 comments on commit d3ba357

Please sign in to comment.