aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-12-16 16:01:32 +0000
committerGitHub <noreply@github.com>2025-12-16 16:01:32 +0000
commit59bbb099fae040d59e0f20322bf621e0c55d9f42 (patch)
tree3b6e1d1ed8ccfcc086631310dad5605629f9b153
parent24a053b82c15fcd10f440f9c0302d8d866cc16e7 (diff)
downloadpantry-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 15e46a7..b674ef8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>