Skip to content

Commit

Permalink
Bump Sentry.AspNetCore from 5.0.1 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [Sentry.AspNetCore](https://github.com/getsentry/sentry-dotnet) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/getsentry/sentry-dotnet/releases)
- [Changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-dotnet@5.0.1...5.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 1b62d17 commit 64b2fce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion InkyCal.Server/InkyCal.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.5.4" />
<PackageReference Include="MiniProfiler.EntityFrameworkCore" Version="4.5.4" />
<PackageReference Include="Sentry.AspNetCore" Version="5.0.1" />
<PackageReference Include="Sentry.AspNetCore" Version="5.1.0" />
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.5.0.109200">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
18 changes: 9 additions & 9 deletions InkyCal.Server/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,12 @@
},
"Sentry.AspNetCore": {
"type": "Direct",
"requested": "[5.0.1, )",
"resolved": "5.0.1",
"contentHash": "09hQ0svg9D/gqoyvNTBquICQ0QaL49BKABU40Jneni/g96xSBsqudg4nAgkH0AC5vUkYrD5caRDyFggRIqA7uA==",
"requested": "[5.1.0, )",
"resolved": "5.1.0",
"contentHash": "dPHEZMx0vhuUc7X2onyXIhTbJw4CyG6iGqcIQw29Kgqvl6zn0IMI0+GemULSD/vZHig5DGqJGJYiPVj+v10Mgw==",
"dependencies": {
"Microsoft.Extensions.Configuration.Binder": "9.0.0",
"Sentry.Extensions.Logging": "5.0.1"
"Sentry.Extensions.Logging": "5.1.0"
}
},
"SonarAnalyzer.CSharp": {
Expand Down Expand Up @@ -1618,18 +1618,18 @@
},
"Sentry": {
"type": "Transitive",
"resolved": "5.0.1",
"contentHash": "h1rKFYXx58dUtAcsWpTlJGHhG1bpy0JjGh8b2sRKw2wdk3NKCGd8KTLSWnzIqIjjZP2PNeUZFUyDeWVKs8Dk2A=="
"resolved": "5.1.0",
"contentHash": "G9ynQGBc937yO+TFda09WQfTHKiwqVN8pgtM7LU6o2ciu8WVAE8IceSW0olp6nI9nWj99DtV/KAS2OKGK4B+Vg=="
},
"Sentry.Extensions.Logging": {
"type": "Transitive",
"resolved": "5.0.1",
"contentHash": "SBeyXmc7q2xX2FA2fJniMkHYtowdc6tCwtv9rHuW9e/NtazxIeRt5ltpSbBRn9UtodOvxB5bRLFOvFExuGeIag==",
"resolved": "5.1.0",
"contentHash": "DKluf6xiLHioUsaEMR85xyFNL+a3oPor2f1/9VOOGGQkxrcHIVUldoD2yCQ7SivVu4d1SgApOx0w8Y5D/dDeeA==",
"dependencies": {
"Microsoft.Extensions.Configuration.Binder": "9.0.0",
"Microsoft.Extensions.Http": "9.0.0",
"Microsoft.Extensions.Logging.Configuration": "9.0.0",
"Sentry": "5.0.1"
"Sentry": "5.1.0"
}
},
"SixLabors.Fonts": {
Expand Down

0 comments on commit 64b2fce

Please sign in to comment.