Skip to content

Commit e4c8270

Browse files
Bump HtmlAgilityPack from 1.12.0 to 1.12.1 in /unit-1/completed
Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/zzzprojects/html-agility-pack/releases) - [Commits](zzzprojects/html-agility-pack@v1.12.0...v1.12.1) --- updated-dependencies: - dependency-name: HtmlAgilityPack dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 37bc5fc commit e4c8270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit-1/completed/AkkaWordCounter2.App/AkkaWordCounter2.App.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Akka.Hosting" Version="1.5.40" />
12-
<PackageReference Include="HtmlAgilityPack" Version="1.12.0" />
12+
<PackageReference Include="HtmlAgilityPack" Version="1.12.1" />
1313
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.4"/>
1414
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.3" />
1515
</ItemGroup>

0 commit comments

Comments
 (0)