This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new 68da354f98 Update Jakarta REST TCK to 4.1.2-SNAPSHOT and downgrade
Arquillian to 1.8.0.Final (issues with test runs)
68da354f98 is described below
commit 68da354f986a12b789da7e44991a84ff438db20d
Author: Andriy Redko <[email protected]>
AuthorDate: Sun Apr 27 16:29:56 2025 -0400
Update Jakarta REST TCK to 4.1.2-SNAPSHOT and downgrade Arquillian to
1.8.0.Final (issues with test runs)
---
tck/cxf-tck/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tck/cxf-tck/pom.xml b/tck/cxf-tck/pom.xml
index 1954404ec3..05b298f701 100644
--- a/tck/cxf-tck/pom.xml
+++ b/tck/cxf-tck/pom.xml
@@ -35,14 +35,14 @@
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
- <cxf.version>4.1.1-SNAPSHOT</cxf.version>
+ <cxf.version>4.1.2-SNAPSHOT</cxf.version>
<glassfish.container.version>7.0.16</glassfish.container.version>
<glassfish.home>${project.build.directory}/glassfish7</glassfish.home>
<jakarta.platform.version>10.0.0</jakarta.platform.version>
<junit.jupiter.version>5.11.0</junit.jupiter.version>
<jakarta.rest.version>3.1.0</jakarta.rest.version>
<tck.artifactId>jakarta-restful-ws-tck</tck.artifactId>
- <arquillian.version>1.8.1.Final</arquillian.version>
+ <arquillian.version>1.8.0.Final</arquillian.version>
</properties>
<dependencyManagement>