Skip to content

Commit

Permalink
Combined dependency updates (2024-12-03)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump Selenium.WebDriver from 4.26.1 to 4.27.0 in /samples/samples-selema-nunit3](#799)
- [Bump Selenium.WebDriver from 4.26.1 to 4.27.0 in /samples/samples-selema-mstest2](#798)
- [Bump org.seleniumhq.selenium:selenium-java from 4.26.0 to 4.27.0 in /samples/samples-selema-junit5](#796)
- [Bump org.seleniumhq.selenium:selenium-java from 4.26.0 to 4.27.0 in /samples/samples-selema-junit4](#795)
- [Bump org.seleniumhq.selenium:selenium-java from 4.26.0 to 4.27.0 in /java](#794)
- [Bump mikepenz/action-junit-report from 5.0.0 to 5.1.0](#793)
  • Loading branch information
javiertuya authored Dec 3, 2024
1 parent ee60c7f commit 3c456d9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
# skip_publishing: ${{ github.actor != 'javiertuya' }} #avoids failure on dependabot or other user PRs
- name: Generate report checks1
if: always()
uses: mikepenz/action-junit-report@v5.0.0
uses: mikepenz/action-junit-report@v5.1.0
with:
check_name: "test-result-${{ matrix.platform }}-${{ matrix.mode }}"
report_paths: "**/${{ env.REPORT_FOLDER }}/surefire-reports/TEST-*.xml"
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.26.0</version>
<version>4.27.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/samples-selema-junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.26.0</version>
<version>4.27.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/samples-selema-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.26.0</version>
<version>4.27.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />

<PackageReference Include="Selenium.WebDriver" Version="4.26.1" />
<PackageReference Include="Selenium.WebDriver" Version="4.27.0" />

<PackageReference Include="Selema" Version="3.2.3" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />

<PackageReference Include="Selenium.WebDriver" Version="4.26.1" />
<PackageReference Include="Selenium.WebDriver" Version="4.27.0" />

<PackageReference Include="Selema" Version="3.2.3" />
</ItemGroup>
Expand Down

0 comments on commit 3c456d9

Please sign in to comment.