diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-12-16 16:01:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-16 16:01:32 +0000 |
| commit | 59bbb099fae040d59e0f20322bf621e0c55d9f42 (patch) | |
| tree | 3b6e1d1ed8ccfcc086631310dad5605629f9b153 | |
| parent | 24a053b82c15fcd10f440f9c0302d8d866cc16e7 (diff) | |
| download | pantry-59bbb099fae040d59e0f20322bf621e0c55d9f42.tar.gz pantry-59bbb099fae040d59e0f20322bf621e0c55d9f42.tar.bz2 pantry-59bbb099fae040d59e0f20322bf621e0c55d9f42.zip | |
build(deps): bump playwright.version from 1.56.0 to 1.57.0 (#772)
Bumps `playwright.version` from 1.56.0 to 1.57.0.
Updates `com.microsoft.playwright:playwright` from 1.56.0 to 1.57.0
- [Release notes](https://github.com/microsoft/playwright-java/releases)
- [Commits](https://github.com/microsoft/playwright-java/compare/v1.56.0...v1.57.0)
Updates `com.microsoft.playwright:driver-bundle` from 1.56.0 to 1.57.0
- [Release notes](https://github.com/microsoft/playwright-java/releases)
- [Commits](https://github.com/microsoft/playwright-java/compare/v1.56.0...v1.57.0)
---
updated-dependencies:
- dependency-name: com.microsoft.playwright:playwright
dependency-version: 1.57.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.microsoft.playwright:driver-bundle
dependency-version: 1.57.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ <quarkus.platform.version>3.30.3</quarkus.platform.version> <quarkus.quinoa.version>2.7.1</quarkus.quinoa.version> <quarkus.playwright.version>2.3.0</quarkus.playwright.version> - <playwright.version>1.56.0</playwright.version> + <playwright.version>1.57.0</playwright.version> <skipITs>true</skipITs> <surefire-plugin.version>3.2.5</surefire-plugin.version> </properties> |
