Skip to content

Commit

Permalink
build(deps): bump Sentry.Extensions.Logging from 4.10.2 to 4.12.1 (#32)
Browse files Browse the repository at this point in the history
* ci: Add dependabot (#30)

* build(deps): bump Sentry.Extensions.Logging from 4.10.2 to 4.12.1

Bumps [Sentry.Extensions.Logging](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.Extensions.Logging
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kasper Marstal <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and kaspermarstal authored Nov 1, 2024
1 parent 46bc6a2 commit 6c34991
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Cellm/Cellm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
<PackageReference Include="PdfPig" Version="0.1.9" />
<PackageReference Include="Sentry.Extensions.Logging" Version="4.10.2" />
<PackageReference Include="Sentry.Extensions.Logging" Version="4.12.1" />
<PackageReference Include="Sentry.Profiling" Version="4.10.2" />
<Content Include="appsettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down
12 changes: 6 additions & 6 deletions src/Cellm/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,13 @@
},
"Sentry.Extensions.Logging": {
"type": "Direct",
"requested": "[4.10.2, )",
"resolved": "4.10.2",
"contentHash": "1F86+Ly1+9I7WSCdwAWg14GCuBwYgCGOf4x2BiDMxEsYw7FCAmCjfjA+AVEEim4efVtdMuldvH7Ux1K9tRvH8w==",
"requested": "[4.12.1, )",
"resolved": "4.12.1",
"contentHash": "0u8QJxh58+i9D1EKBpcH87J8iAOAYB0oLzyWKMIW1NSUHND19pf9ZMG5gE/F4/iNRFefZ7GAVMyNpepg+mmL7w==",
"dependencies": {
"Microsoft.Extensions.Http": "6.0.0",
"Microsoft.Extensions.Logging.Configuration": "6.0.0",
"Sentry": "4.10.2"
"Sentry": "4.12.1"
}
},
"Sentry.Profiling": {
Expand Down Expand Up @@ -517,8 +517,8 @@
},
"Sentry": {
"type": "Transitive",
"resolved": "4.10.2",
"contentHash": "B5amIE3VXi4BdERxExlmaRWTfUNmv7uiznMdyVZBAbT9pq/uS8rabQ2/K3qNCpew9hzGvHeA7oRLaumS84COEA=="
"resolved": "4.12.1",
"contentHash": "OLf7885OKHWLaTLTyw884mwOT4XKCWj2Hz5Wuz/TJemJqXwCIdIljkJBIoeHviRUPvtB7ulDgeYXf/Z7ScToSA=="
},
"System.Collections.Immutable": {
"type": "Transitive",
Expand Down

0 comments on commit 6c34991

Please sign in to comment.