diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-10-20 13:14:54 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-20 13:14:54 +0000 |
| commit | 0f22749abe68d105e21485a793ea4166655df301 (patch) | |
| tree | 7a4b160ca71bec5bbec6211389be2fc7ad114d1b /pom.xml | |
| parent | 5d8bc33cbfaaa55588be355177b12bdd26f4268d (diff) | |
| download | pantry-0f22749abe68d105e21485a793ea4166655df301.tar.gz pantry-0f22749abe68d105e21485a793ea4166655df301.tar.bz2 pantry-0f22749abe68d105e21485a793ea4166655df301.zip | |
build(deps): bump playwright.version from 1.55.0 to 1.56.0 (#732)
Bumps `playwright.version` from 1.55.0 to 1.56.0.
Updates `com.microsoft.playwright:playwright` from 1.55.0 to 1.56.0
- [Release notes](https://github.com/microsoft/playwright-java/releases)
- [Commits](https://github.com/microsoft/playwright-java/compare/v1.55.0...v1.56.0)
Updates `com.microsoft.playwright:driver-bundle` from 1.55.0 to 1.56.0
- [Release notes](https://github.com/microsoft/playwright-java/releases)
- [Commits](https://github.com/microsoft/playwright-java/compare/v1.55.0...v1.56.0)
---
updated-dependencies:
- dependency-name: com.microsoft.playwright:playwright
dependency-version: 1.56.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.microsoft.playwright:driver-bundle
dependency-version: 1.56.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>
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.55.0</playwright.version> + <playwright.version>1.56.0</playwright.version> <skipITs>true</skipITs> <surefire-plugin.version>3.2.5</surefire-plugin.version> </properties> |
