Skip to content

Commit 5b3a654

Browse files
chore(deps): bump Moq from 4.18.1 to 4.18.2 (#342)
* chore(deps): bump Moq from 4.18.1 to 4.18.2 Bumps [Moq](https://github.com/moq/moq4) from 4.18.1 to 4.18.2. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/main/CHANGELOG.md) - [Commits](devlooped/moq@v4.18.1...v4.18.2) --- updated-dependencies: - dependency-name: Moq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * docs: update CHANGELOG.md Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednář <[email protected]>
1 parent 064689f commit 5b3a654

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Update dependencies:
55

66
#### Test:
77
- [#341](https://github.com/influxdata/influxdb-client-csharp/pull/341): `WireMock.Net` to `1.5.3`
8+
- [#342](https://github.com/influxdata/influxdb-client-csharp/pull/342): `Moq` to `4.18.2`
89

910
## 4.4.0 [2022-07-29]
1011

Client.Linq.Test/Client.Linq.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
15-
<PackageReference Include="Moq" Version="4.18.1" />
15+
<PackageReference Include="Moq" Version="4.18.2" />
1616
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
1717
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
1818
</ItemGroup>

Client.Test/Client.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
16-
<PackageReference Include="Moq" Version="4.18.1" />
16+
<PackageReference Include="Moq" Version="4.18.2" />
1717
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
1818
<PackageReference Include="Tomlyn.Signed" Version="0.15.0" />
1919
</ItemGroup>

0 commit comments

Comments
 (0)