aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-10-20 13:14:54 +0000
committerGitHub <noreply@github.com>2025-10-20 13:14:54 +0000
commit0f22749abe68d105e21485a793ea4166655df301 (patch)
tree7a4b160ca71bec5bbec6211389be2fc7ad114d1b /pom.xml
parent5d8bc33cbfaaa55588be355177b12bdd26f4268d (diff)
downloadpantry-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c523197..3be2e69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>