Repository: cxf Updated Branches: refs/heads/master 66c2c5b99 -> 50d3f4878
CXF-7316: Update swagger-jaxrs dependency to 1.5.13 (cherry picked from commit a9c33dc) Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/50d3f487 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/50d3f487 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/50d3f487 Branch: refs/heads/master Commit: 50d3f48781cef7fdde9d4b2c4232feb2c2f4c8aa Parents: 66c2c5b Author: Dennis Kieselhorst <[email protected]> Authored: Wed Apr 5 13:25:25 2017 +0200 Committer: Dennis Kieselhorst <[email protected]> Committed: Wed Apr 5 13:30:11 2017 +0200 ---------------------------------------------------------------------- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/50d3f487/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index e9c3eb7..ccc4255 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -157,7 +157,7 @@ <cxf.spring.ldap.version>2.3.1.RELEASE</cxf.spring.ldap.version> <cxf.spring.mock>spring-test</cxf.spring.mock> <cxf.swagger.version>1.3.13</cxf.swagger.version> - <cxf.swagger2.version>1.5.12</cxf.swagger2.version> + <cxf.swagger2.version>1.5.13</cxf.swagger2.version> <cxf.velocity.version>1.7</cxf.velocity.version> <cxf.woodstox.core.version>5.0.3</cxf.woodstox.core.version> <cxf.woodstox.stax2-api.version>3.1.4</cxf.woodstox.stax2-api.version>
