aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-12-16 15:51:11 +0000
committerGitHub <noreply@github.com>2025-12-16 15:51:11 +0000
commit7187b7f252cbd3dfd9be6b8ec758c86b5d424fe0 (patch)
treef52ea9d77c22453563fc9a9a0b05e10f15c6017f /pom.xml
parent03504b06e0f4b71854e45c61a139236762e9a9c3 (diff)
downloadpantry-7187b7f252cbd3dfd9be6b8ec758c86b5d424fe0.tar.gz
pantry-7187b7f252cbd3dfd9be6b8ec758c86b5d424fe0.tar.bz2
pantry-7187b7f252cbd3dfd9be6b8ec758c86b5d424fe0.zip
build(deps-dev): bump io.quarkiverse.playwright:quarkus-playwright (#778)
Bumps [io.quarkiverse.playwright:quarkus-playwright](https://github.com/quarkiverse/quarkus-playwright) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/quarkiverse/quarkus-playwright/releases) - [Commits](https://github.com/quarkiverse/quarkus-playwright/compare/2.2.1...2.3.0) --- updated-dependencies: - dependency-name: io.quarkiverse.playwright:quarkus-playwright dependency-version: 2.3.0 dependency-type: direct:development 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 60ddf37..15e46a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>3.30.3</quarkus.platform.version>
<quarkus.quinoa.version>2.7.1</quarkus.quinoa.version>
- <quarkus.playwright.version>2.2.1</quarkus.playwright.version>
+ <quarkus.playwright.version>2.3.0</quarkus.playwright.version>
<playwright.version>1.56.0</playwright.version>
<skipITs>true</skipITs>
<surefire-plugin.version>3.2.5</surefire-plugin.version>