diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 5b06320..02bae72 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,11 +1,22 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
-# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- - package-ecosystem: "maven" # See documentation for possible values
- directory: "/" # Location of package manifests
+ - package-ecosystem: "maven"
+ directory: "/"
schedule:
interval: "daily"
+ ignore:
+ - dependency-name: "io.quarkus:quarkus-bom"
+ - dependency-name: "io.quarkus:quarkus-extension-processor"
+ - dependency-name: "io.quarkus:quarkus-maven-plugin"
+ - dependency-name: "io.quarkus:quarkus-extension-maven-plugin"
+ - dependency-name: "io.quarkus:quarkus-config-doc-maven-plugin"
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
+
diff --git a/docs/pom.xml b/docs/pom.xml
index d2d9ab8..7043820 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -52,6 +52,7 @@
+ org.apache.maven.plugins
maven-resources-plugin
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 3558591..ce975e4 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -8,9 +8,6 @@
quarkus-playwright-integration-tests
Quarkus Playwright - Integration Tests
-
- 3.10.1
-
@@ -30,7 +27,7 @@
io.quarkiverse.web-bundler
quarkus-web-bundler
- 1.5.0.CR2
+ 1.7.3
io.quarkiverse.qute.web
@@ -75,6 +72,7 @@
+ org.apache.maven.plugins
maven-surefire-plugin
@@ -95,12 +93,14 @@
+ org.apache.maven.plugins
maven-surefire-plugin
${native.surefire.skip}
+ org.apache.maven.plugins
maven-failsafe-plugin
diff --git a/pom.xml b/pom.xml
index 685f9ac..ac64663 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,89 +1,95 @@
- 4.0.0
-
- io.quarkiverse
- quarkiverse-parent
- 16
-
- io.quarkiverse.playwright
- quarkus-playwright-parent
- 999-SNAPSHOT
- pom
- Quarkus Playwright - Parent
-
-
- testing
-
-
- scm:git:git@github.com:quarkiverse/quarkus-playwright.git
- scm:git:git@github.com:quarkiverse/quarkus-playwright.git
- https://github.com/quarkiverse/quarkus-playwright
- HEAD
-
-
- 3.13.0
- 11
- UTF-8
- UTF-8
- 3.3.1
- 1.44.0
-
-
-
-
- io.quarkus
- quarkus-bom
- ${quarkus.version}
- pom
- import
-
-
-
-
-
-
-
- io.quarkus
- quarkus-maven-plugin
- ${quarkus.version}
-
-
- maven-compiler-plugin
- ${compiler-plugin.version}
-
-
- -parameters
-
-
-
-
-
-
-
-
- docs
-
-
- performRelease
- !true
-
-
-
- docs
-
-
-
- it
-
-
- performRelease
- !true
-
-
-
- integration-tests
-
-
-
+ 4.0.0
+
+ io.quarkiverse
+ quarkiverse-parent
+ 16
+
+ io.quarkiverse.playwright
+ quarkus-playwright-parent
+ 999-SNAPSHOT
+ pom
+ Quarkus Playwright - Parent
+
+
+ testing
+
+
+ scm:git:git@github.com:quarkiverse/quarkus-playwright.git
+ scm:git:git@github.com:quarkiverse/quarkus-playwright.git
+ https://github.com/quarkiverse/quarkus-playwright
+ HEAD
+
+
+ 3.13.0
+ 17
+ UTF-8
+ UTF-8
+ 3.15.1
+ 1.48.0
+
+
+
+
+ io.quarkus
+ quarkus-bom
+ ${quarkus.version}
+ pom
+ import
+
+
+
+
+
+
+
+ io.quarkus
+ quarkus-maven-plugin
+ ${quarkus.version}
+
+
+ io.quarkus
+ quarkus-config-doc-maven-plugin
+ ${version.quarkus}
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ ${compiler-plugin.version}
+
+
+ -parameters
+
+
+
+
+
+
+
+
+ docs
+
+
+ performRelease
+ !true
+
+
+
+ docs
+
+
+
+ it
+
+
+ performRelease
+ !true
+
+
+
+ integration-tests
+
+
+
diff --git a/testing/pom.xml b/testing/pom.xml
index 4664bfc..919da3a 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -30,36 +30,4 @@
quarkus-junit5
-