Skip to content

Commit

Permalink
update java and .net to 4.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Oct 15, 2023
1 parent 876111b commit 25d225e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/dotnet/SeleniumDocs/SeleniumDocs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.23.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
<PackageReference Include="Selenium.Support" Version="4.14.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.14.0" />
<PackageReference Include="Selenium.Support" Version="4.14.1" />
<PackageReference Include="Selenium.WebDriver" Version="4.14.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion examples/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.14.0</version>
<version>4.14.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 25d225e

Please sign in to comment.