From ec2fcb43338b85996fec12f4c5fd4f77278d7d30 Mon Sep 17 00:00:00 2001 From: Pedro Igor Date: Mon, 5 Feb 2024 16:31:31 -0300 Subject: [PATCH] Upgrade arquilliam bom to match org.apache.maven dependency versions from Quarkus Signed-off-by: Pedro Igor --- quarkus/CONTRIBUTING.md | 4 ++++ testsuite/integration-arquillian/pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/quarkus/CONTRIBUTING.md b/quarkus/CONTRIBUTING.md index 29e45b1844..228e097f93 100644 --- a/quarkus/CONTRIBUTING.md +++ b/quarkus/CONTRIBUTING.md @@ -237,6 +237,10 @@ It is also possible to change to a snapshot version by running: ./set-quarkus-version.sh ``` +After setting the version, please verify that: + +* `org.apache.maven` dependencies used by the test suite (and arquillian) are the same from the new Quarkus version + ### Run a local build After changing the dependency versions, you can run a local build to make sure the server extension is not broken by API changes and if diff --git a/testsuite/integration-arquillian/pom.xml b/testsuite/integration-arquillian/pom.xml index a217912ae7..0c515f7570 100644 --- a/testsuite/integration-arquillian/pom.xml +++ b/testsuite/integration-arquillian/pom.xml @@ -41,9 +41,9 @@ ${java.home} - 1.7.1.Final + 1.8.0.Final - 3.1.4 + 3.2.1 3.14.0 2.5.5 3.0.0-alpha.3