Skip to content

Commit 5a2d3eb

Browse files
Upgrade Atata package to v2.14.0
1 parent 87ee4f8 commit 5a2d3eb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Changed
11+
12+
- Upgrade Atata package to v2.14.0.
13+
814
## [2.4.0] - 2023-09-01
915

1016
### Changed

src/Atata.HtmlValidation/Atata.HtmlValidation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Features:
2525
</PropertyGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="Atata" Version="2.9.0" />
28+
<PackageReference Include="Atata" Version="2.14.0" />
2929
<PackageReference Include="Atata.Cli.HtmlValidate" Version="2.3.0" />
3030
</ItemGroup>
3131

test/Atata.HtmlValidation.IntegrationTests/UITestFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ public void SetUp() =>
1010

1111
[TearDown]
1212
public void TearDown() =>
13-
AtataContext.Current?.CleanUp();
13+
AtataContext.Current?.Dispose();
1414
}

0 commit comments

Comments
 (0)