This is an automated email from the ASF dual-hosted git repository.
deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new d347d44 [CXF-7906] update JAX-RS API to 2.1.4
d347d44 is described below
commit d347d4442c26990e6e256d2c6e7208f29971282f
Author: Dennis Kieselhorst <[email protected]>
AuthorDate: Thu Dec 20 14:34:14 2018 +0100
[CXF-7906] update JAX-RS API to 2.1.4
---
parent/pom.xml | 2 +-
systests/microprofile/client/async/pom.xml | 2 +-
systests/microprofile/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index b818869..004deb4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -118,7 +118,7 @@
<cxf.geronimo.transaction.version>3.1.4</cxf.geronimo.transaction.version>
<cxf.jasypt.bundle.version>1.9.2_1</cxf.jasypt.bundle.version>
<cxf.javassist.version>3.21.0-GA</cxf.javassist.version>
- <cxf.javax.ws.rs.version>2.1.3</cxf.javax.ws.rs.version>
+ <cxf.javax.ws.rs.version>2.1.4</cxf.javax.ws.rs.version>
<cxf.jaxb.version>2.2.11</cxf.jaxb.version>
<cxf.jaxb.impl.version>${cxf.jaxb.version}</cxf.jaxb.impl.version>
<cxf.jaxb.core.version>${cxf.jaxb.version}</cxf.jaxb.core.version>
diff --git a/systests/microprofile/client/async/pom.xml
b/systests/microprofile/client/async/pom.xml
index 57292f3..80db328 100644
--- a/systests/microprofile/client/async/pom.xml
+++ b/systests/microprofile/client/async/pom.xml
@@ -42,7 +42,7 @@
<cxf.arquillian.version>1.1.14.Final</cxf.arquillian.version>
<cxf.slf4j.version>1.7.25</cxf.slf4j.version>
<cxf.commons.logging.version>1.2</cxf.commons.logging.version>
- <cxf.javax.ws.rs.version>2.1.3</cxf.javax.ws.rs.version>
+ <cxf.javax.ws.rs.version>2.1.4</cxf.javax.ws.rs.version>
<cxf.wiremock.version>2.10.1</cxf.wiremock.version>
</properties>
<dependencies>
diff --git a/systests/microprofile/pom.xml b/systests/microprofile/pom.xml
index 97b9ebd..18100ad 100644
--- a/systests/microprofile/pom.xml
+++ b/systests/microprofile/pom.xml
@@ -42,7 +42,7 @@
<cxf.arquillian.version>1.1.14.Final</cxf.arquillian.version>
<cxf.slf4j.version>1.7.25</cxf.slf4j.version>
<cxf.commons.logging.version>1.2</cxf.commons.logging.version>
- <cxf.javax.ws.rs.version>2.1.3</cxf.javax.ws.rs.version>
+ <cxf.javax.ws.rs.version>2.1.4</cxf.javax.ws.rs.version>
</properties>
<dependencyManagement>
<dependencies>