Skip to content

Commit

Permalink
Merge pull request #6 from deveel/dependabot/nuget/src/Deveel.Webhook…
Browse files Browse the repository at this point in the history
…s.Service.MongoDb/MongoDB.Driver-2.19.0

Bump MongoDB.Driver from 2.13.1 to 2.19.0 in /src/Deveel.Webhooks.Service.MongoDb
  • Loading branch information
tsutomi authored Apr 17, 2023
2 parents 55d7f1d + 4f33104 commit 5e9c80d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<VersionPrefix>1.1.5</VersionPrefix>
<VersionPrefix>1.1.6</VersionPrefix>
<RootNamespace>Deveel</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand Down Expand Up @@ -34,7 +34,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.13.1" />
<PackageReference Include="MongoDB.Driver" Version="2.19.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5e9c80d

Please sign in to comment.