Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
1effc8e
Bump mikepenz/action-junit-report from 6.1.0 to 6.2.0
dependabot[bot] Feb 1, 2026
029d134
Bump actions/setup-dotnet from 5.0.1 to 5.1.0
dependabot[bot] Feb 1, 2026
5af259e
Bump org.seleniumhq.selenium:selenium-java in /java
dependabot[bot] Feb 1, 2026
73a1a6c
Bump org.sonatype.central:central-publishing-maven-plugin in /java
dependabot[bot] Feb 1, 2026
ef64cd3
Bump org.seleniumhq.selenium:selenium-java
dependabot[bot] Feb 1, 2026
9c1d5ba
Bump org.seleniumhq.selenium:selenium-java
dependabot[bot] Feb 1, 2026
edfb3ea
Bump org.junit.jupiter:junit-jupiter-engine
dependabot[bot] Feb 1, 2026
99754f9
Bump NUnit3TestAdapter from 6.0.1 to 6.1.0
dependabot[bot] Feb 1, 2026
983595b
Bump Selenium.WebDriver from 4.39.0 to 4.40.0
dependabot[bot] Feb 1, 2026
80890ab
Bump Selenium.WebDriver from 4.39.0 to 4.40.0
dependabot[bot] Feb 1, 2026
0597c3a
Merge: Bump Selenium.WebDriver from 4.39.0 to 4.40.0 [2/10]
javiertuya Feb 2, 2026
c34c997
Merge: Bump NUnit3TestAdapter from 6.0.1 to 6.1.0 [3/10]
javiertuya Feb 2, 2026
7dcac4a
Merge: Bump org.junit.jupiter:junit-jupiter-engine from 5.14.1 to 5.1…
javiertuya Feb 2, 2026
ab2ffa8
Merge: Bump org.seleniumhq.selenium:selenium-java from 4.39.0 to 4.40…
javiertuya Feb 2, 2026
7b83e34
Merge: Bump org.seleniumhq.selenium:selenium-java from 4.39.0 to 4.40…
javiertuya Feb 2, 2026
6e0d55b
Merge: Bump org.sonatype.central:central-publishing-maven-plugin from…
javiertuya Feb 2, 2026
19d68cd
Merge: Bump org.seleniumhq.selenium:selenium-java from 4.39.0 to 4.40…
javiertuya Feb 2, 2026
d94d8e1
Merge: Bump actions/setup-dotnet from 5.0.1 to 5.1.0 [9/10]
javiertuya Feb 2, 2026
3fdd169
Merge: Bump mikepenz/action-junit-report from 6.1.0 to 6.2.0 [10/10]
javiertuya Feb 2, 2026
579cebd
Combined dependency updates (2026-02-02)
javiertuya Feb 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v6
- uses: actions/setup-dotnet@v5.0.1
- uses: actions/setup-dotnet@v5.1.0
with:
dotnet-version: '6.0.x'
- name: Pack
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
java-version: '11'
cache: 'maven'
- if: ${{ matrix.platform=='net' }}
uses: actions/setup-dotnet@v5.0.1
uses: actions/setup-dotnet@v5.1.0
with:
dotnet-version: '8.0.x'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
java-version: '11'
cache: 'maven'
- if: ${{ matrix.platform=='net' }}
uses: actions/setup-dotnet@v5.0.1
uses: actions/setup-dotnet@v5.1.0
with:
dotnet-version: '8.0.x'

Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:

- name: Generate report checks
if: always()
uses: mikepenz/action-junit-report@v6.1.0
uses: mikepenz/action-junit-report@v6.2.0
with:
check_name: "test-result-${{ matrix.platform }}-${{ matrix.version }}-${{ matrix.mode }}"
report_paths: "**/${{ env.REPORT_FOLDER }}/surefire-reports/TEST-*.xml"
Expand Down
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.39.0</version>
<version>4.40.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -290,7 +290,7 @@
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.9.0</version>
<version>0.10.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
Expand Down
2 changes: 1 addition & 1 deletion net/Selema/Selema.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<PackageReference Include="NUnit" Version="3.14.0" >
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Selenium.WebDriver" Version="4.39.0" >
<PackageReference Include="Selenium.WebDriver" Version="4.40.0" >
<PrivateAssets>all</PrivateAssets>
</PackageReference>

Expand Down
4 changes: 2 additions & 2 deletions net/SelemaTest/SelemaTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

<PackageReference Include="NUnit" Version="4.4.0" />

<PackageReference Include="NUnit3TestAdapter" Version="6.0.1" />
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0" />

<PackageReference Include="Selenium.WebDriver" Version="4.39.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.40.0" />

</ItemGroup>

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.39.0</version>
<version>4.40.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions samples/samples-selema-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.14.1</version>
<version>5.14.2</version>
</dependency>
<dependency>
<groupId>io.github.artsok</groupId>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.39.0</version>
<version>4.40.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="Microsoft.NET.Test.Sdk" Version="18.0.0" />

<PackageReference Include="Selenium.WebDriver" Version="4.39.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.40.0" />

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