diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-10-14 14:34:43 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-14 14:34:43 +0000 |
| commit | 333498890e7baee01220d75f80dcae9c038358ba (patch) | |
| tree | 673bba4a98883f48f455018912ac8df98730409f | |
| parent | 5f7d7b0b8f7853ccdeff0b2e7b3cfeda1c49b98a (diff) | |
| download | pantry-333498890e7baee01220d75f80dcae9c038358ba.tar.gz pantry-333498890e7baee01220d75f80dcae9c038358ba.tar.bz2 pantry-333498890e7baee01220d75f80dcae9c038358ba.zip | |
build(deps): bump playwright.version from 1.54.0 to 1.55.0 (#696)
* build(deps): bump playwright.version from 1.54.0 to 1.55.0
Bumps `playwright.version` from 1.54.0 to 1.55.0.
Updates `com.microsoft.playwright:playwright` from 1.54.0 to 1.55.0
- [Release notes](https://github.com/microsoft/playwright-java/releases)
- [Commits](https://github.com/microsoft/playwright-java/compare/v1.54.0...v1.55.0)
Updates `com.microsoft.playwright:driver-bundle` from 1.54.0 to 1.55.0
- [Release notes](https://github.com/microsoft/playwright-java/releases)
- [Commits](https://github.com/microsoft/playwright-java/compare/v1.54.0...v1.55.0)
---
updated-dependencies:
- dependency-name: com.microsoft.playwright:playwright
dependency-version: 1.55.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.microsoft.playwright:driver-bundle
dependency-version: 1.55.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update playwright devcontainer to 1.55.0
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin J Hoerr <kjhoerr@protonmail.com>
| -rw-r--r-- | .devcontainer/devcontainer.json | 2 | ||||
| -rw-r--r-- | pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5f7aadc..a972349 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Pantry", - "image": "mcr.microsoft.com/playwright:v1.54.0-jammy", + "image": "mcr.microsoft.com/playwright:v1.55.0-jammy", "features": { "ghcr.io/devcontainers/features/java:1": { "version": "17", @@ -16,7 +16,7 @@ <quarkus.platform.version>3.28.3</quarkus.platform.version> <quarkus.quinoa.version>2.6.2</quarkus.quinoa.version> <quarkus.playwright.version>2.1.3</quarkus.playwright.version> - <playwright.version>1.54.0</playwright.version> + <playwright.version>1.55.0</playwright.version> <skipITs>true</skipITs> <surefire-plugin.version>3.2.5</surefire-plugin.version> </properties> |
