Skip to content

Commit 3092dc0

Browse files
Bump HtmlAgilityPack from 1.11.74 to 1.12.0 in /unit-1/completed (#353)
Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.74 to 1.12.0. - [Release notes](https://github.com/zzzprojects/html-agility-pack/releases) - [Commits](zzzprojects/html-agility-pack@v1.11.74...v1.12.0) --- updated-dependencies: - dependency-name: HtmlAgilityPack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d89096f commit 3092dc0

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.38" />
12-
<PackageReference Include="HtmlAgilityPack" Version="1.11.74" />
12+
<PackageReference Include="HtmlAgilityPack" Version="1.12.0" />
1313
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2"/>
1414
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.2" />
1515
</ItemGroup>

0 commit comments

Comments
 (0)