Skip to content

Commit

Permalink
Bump Proc from 0.8.0 to 0.8.1 (#523)
Browse files Browse the repository at this point in the history
* Bump Proc from 0.8.0 to 0.8.1

Bumps [Proc](https://github.com/nullean/proc) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/nullean/proc/releases)
- [Commits](nullean/proc@0.8.0...0.8.1)

---
updated-dependencies:
- dependency-name: Proc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

* Fix missed package reference update

Signed-off-by: Thomas Farr <tsfarr@amazon.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Thomas Farr <tsfarr@amazon.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Farr <tsfarr@amazon.com>
  • Loading branch information
3 people authored Jan 22, 2024
1 parent 3093534 commit e1ecb38
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `Bogus` from 34.0.2 to 35.3.0
- Bumps `Octokit` from 9.0.0 to 9.1.0
- Bumps `FSharp.Core` from 8.0.100 to 8.0.101
- Bumps `Proc` from 0.6.2 to 0.8.0
- Bumps `Proc` from 0.6.2 to 0.8.1

## [1.6.0]
### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

</PropertyGroup>
<ItemGroup>
<PackageReference Include="Proc" Version="0.8.0" />
<PackageReference Include="Proc" Version="0.8.1" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion build/scripts/scripts.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

<PackageReference Include="Octokit" Version="9.1.0" />
<PackageReference Include="Proc" Version="0.8.0" />
<PackageReference Include="Proc" Version="0.8.1" />
</ItemGroup>
</Project>
8 changes: 4 additions & 4 deletions tests/Tests.Core/Tests.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
<ItemGroup>
<ProjectReference Include="$(SolutionRoot)\tests\Tests.Domain\Tests.Domain.csproj" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.8.0" />

<PackageReference Include="xunit" Version="2.6.5" />
<ProjectReference Include="$(SolutionRoot)\abstractions\src\OpenSearch.OpenSearch.Xunit\OpenSearch.OpenSearch.Xunit.csproj" />
<PackageReference Include="JunitXml.TestLogger" Version="3.0.134" />

<PackageReference Include="Nullean.VsTest.Pretty.TestLogger" Version="0.3.0" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />

<PackageReference Include="DiffPlex" Version="1.7.1" />
<PackageReference Include="Proc" Version="0.8.0" />
<PackageReference Include="Proc" Version="0.8.1" />
</ItemGroup>
</Project>

0 comments on commit e1ecb38

Please sign in to comment.