It doesn't look like 3.1.18 has been released yet: https://mvnrepository.com/artifact/org.apache.cxf/cxf-rt-transports-http and I can't see a VOTE for it either: http://cxf.547215.n5.nabble.com/cxf-dev-f569328.html.
I'll flip this to 3.1.17, and we can of course update it when 3.1.18 is available. Jon On Sat, Nov 3, 2018 at 7:44 PM <jfis...@apache.org> wrote: > Repository: tomee > Updated Branches: > refs/heads/tomee-7.1.x f8a66c240 -> 0dbd32599 > > > Upgrade CXF to 3.1.8 per user request: https://bit.ly/2SGYGm6 > > > Project: http://git-wip-us.apache.org/repos/asf/tomee/repo > Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/0dbd3259 > Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/0dbd3259 > Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/0dbd3259 > > Branch: refs/heads/tomee-7.1.x > Commit: 0dbd32599fa0b5b264f158b7d26d6507f0622f6e > Parents: f8a66c2 > Author: Jonathan S. Fisher <exabr...@gmail.com> > Authored: Sat Nov 3 14:35:54 2018 -0500 > Committer: Jonathan S. Fisher <exabr...@gmail.com> > Committed: Sat Nov 3 14:35:54 2018 -0500 > > ---------------------------------------------------------------------- > pom.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/tomee/blob/0dbd3259/pom.xml > ---------------------------------------------------------------------- > diff --git a/pom.xml b/pom.xml > index 4c7bece..5be97b6 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -134,7 +134,7 @@ > > <tomcat.version>8.5.34</tomcat.version> > > - <cxf.version>3.1.15</cxf.version> > + <cxf.version>3.1.18</cxf.version> > <version.shrinkwrap.shrinkwrap>1.2.6</version.shrinkwrap.shrinkwrap> > <version.shrinkwrap.descriptor>2.0.0</version.shrinkwrap.descriptor> > <version.arquillian>1.1.13.Final</version.arquillian> > >