This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch 3.3.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit d50d6e48766dbb0cb3801aee3990cfa1fbb5431c Author: Alexey Markevich <[email protected]> AuthorDate: Fri May 8 12:39:02 2020 +0300 Upgrade to Glassfish Jaxb 2.3.3 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index e1bda84..0a0a225 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -137,7 +137,7 @@ <cxf.javax.el.version>3.0.0</cxf.javax.el.version> <cxf.javax.ws.rs.version>2.1.5</cxf.javax.ws.rs.version> <cxf.jaxb.runtime.version>${cxf.jaxb.version}</cxf.jaxb.runtime.version> - <cxf.jaxb.version>2.3.2</cxf.jaxb.version> + <cxf.jaxb.version>2.3.3</cxf.jaxb.version> <cxf.jaxb.xjc.version>${cxf.jaxb.version}</cxf.jaxb.xjc.version> <cxf.jboss.logging.version>3.3.0.Final</cxf.jboss.logging.version> <cxf.jboss.weld.version>2.4.8.Final</cxf.jboss.weld.version>
