Skip to content

Commit

Permalink
chore(deps): bump testbench.version from 9.3.2 to 9.3.3 (#19727)
Browse files Browse the repository at this point in the history
Bumps `testbench.version` from 9.3.2 to 9.3.3.

Updates `com.vaadin:vaadin-testbench-core` from 9.3.2 to 9.3.3

Updates `com.vaadin:vaadin-testbench-shared` from 9.3.2 to 9.3.3

Updates `com.vaadin:vaadin-testbench-bom` from 9.3.2 to 9.3.3

---
updated-dependencies:
- dependency-name: com.vaadin:vaadin-testbench-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.vaadin:vaadin-testbench-shared
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.vaadin:vaadin-testbench-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update import due to selenium upgrade

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Teppo Kurki <[email protected]>
  • Loading branch information
dependabot[bot] and tepi authored Jul 26, 2024
1 parent dc12630 commit f81d6bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import org.openqa.selenium.devtools.idealized.Domains;
import org.openqa.selenium.devtools.idealized.target.model.SessionID;
import org.openqa.selenium.devtools.idealized.target.model.TargetID;
import org.openqa.selenium.devtools.v124.network.Network;
import org.openqa.selenium.devtools.v127.network.Network;
import org.openqa.selenium.remote.Augmenter;
import org.openqa.selenium.remote.RemoteWebDriver;

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<maven.resources.plugin.version>3.0.2</maven.resources.plugin.version>
<maven.clean.plugin.version>3.4.0</maven.clean.plugin.version>
<maven.exec.plugin.version>1.6.0</maven.exec.plugin.version>
<testbench.version>9.3.2</testbench.version>
<testbench.version>9.3.3</testbench.version>
<jetty.version>12.0.11</jetty.version>
<properties-maven-plugin.version>1.2.1</properties-maven-plugin.version>
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
Expand Down

0 comments on commit f81d6bd

Please sign in to comment.