Skip to content

Commit 355bfa4

Browse files
Bump Couchbase.Transactions and CouchbaseNetClient (#128)
Bumps [Couchbase.Transactions](https://github.com/couchbase/couchbase-transactions-dotnet) and [CouchbaseNetClient](https://github.com/couchbase/couchbase-net-client). These dependencies needed to be updated together. Updates `Couchbase.Transactions` from 3.5.1 to 3.6.2 - [Commits](https://github.com/couchbase/couchbase-transactions-dotnet/commits) Updates `CouchbaseNetClient` from 3.6.1 to 3.6.2 - [Commits](couchbase/couchbase-net-client@3.6.1...3.6.2) --- updated-dependencies: - dependency-name: Couchbase.Transactions dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: CouchbaseNetClient dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 765c548 commit 355bfa4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Org.Quickstart.API/Org.Quickstart.API.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
</PropertyGroup>
1111
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Org.Quickstart.API' " />
1212
<ItemGroup>
13-
<PackageReference Include="Couchbase.Transactions" Version="3.5.1" />
13+
<PackageReference Include="Couchbase.Transactions" Version="3.6.2" />
1414
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
1515
<PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
16-
<PackageReference Include="CouchbaseNetClient" Version="3.6.1" />
16+
<PackageReference Include="CouchbaseNetClient" Version="3.6.2" />
1717
<PackageReference Include="Couchbase.Extensions.DependencyInjection" Version="3.6.1" />
1818
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.8.1" />
1919
</ItemGroup>

0 commit comments

Comments
 (0)