Skip to content

Commit

Permalink
build(deps): bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /src/S…
Browse files Browse the repository at this point in the history
…entry.EntityFramework (#3053)
  • Loading branch information
dependabot[bot] authored Jan 17, 2024
1 parent 2378822 commit fa0fa67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
paths-ignore:
- "**.md"

env:
XCODE_VERSION: 15.1

jobs:
build-sentry-native:
name: sentry-native (${{ matrix.os }})
Expand Down Expand Up @@ -104,7 +107,7 @@ jobs:
uses: ./.github/actions/buildcocoasdk

# Only switch to newer xcode after building the Cocoa SDK so that it can keep IPHONEOS_DEPLOYMENT_TARGET=11.0
- run: sudo xcode-select -s /Applications/Xcode_15.0.1.app
- run: sudo xcode-select -s /Applications/Xcode_${{ env.XCODE_VERSION }}.app
if: runner.os == 'macOS'

- name: Restore .NET Dependencies
Expand Down Expand Up @@ -160,7 +163,6 @@ jobs:
sparse-checkout: |
Directory.Build.props
integration-test
- name: Fetch Nuget Packages
uses: actions/download-artifact@v4
with:
Expand All @@ -173,7 +175,7 @@ jobs:
sudo apt update
sudo apt install libcurl4-openssl-dev
- run: sudo xcode-select -s /Applications/Xcode_15.0.1.app
- run: sudo xcode-select -s /Applications/Xcode_${{ env.XCODE_VERSION }}.app
if: runner.os == 'macOS'

- uses: actions/setup-dotnet@v4
Expand Down
2 changes: 1 addition & 1 deletion src/Sentry.EntityFramework/Sentry.EntityFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<PackageReference Include="EntityFramework" Version="6.3.0" />

<!-- this is needed because the version that is brought in transitively has a vulnerability warning -->
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit fa0fa67

Please sign in to comment.