This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch 3.2.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit b1c57d8a064394962decad0a1839d08fe9a467bd Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Mon Oct 15 17:08:59 2018 +0100 Updating Snakeyaml (cherry picked from commit 02682ebbd870ecae6a39562ee4752940633671cd) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index a202f1b..689db81 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -150,7 +150,7 @@ <cxf.servlet-api.group>javax.servlet</cxf.servlet-api.group> <cxf.servlet-api.artifact>javax.servlet-api</cxf.servlet-api.artifact> <cxf.servlet-api.version>3.1.0</cxf.servlet-api.version> - <cxf.snakeyaml.version>1.18</cxf.snakeyaml.version> + <cxf.snakeyaml.version>1.23</cxf.snakeyaml.version> <cxf.geronimo.servlet25.version>1.2</cxf.geronimo.servlet25.version> <cxf.servlet-api-2.5.artifact>geronimo-servlet_2.5_spec</cxf.servlet-api-2.5.artifact> <cxf.servlet-api-2.5.version>1.2</cxf.servlet-api-2.5.version>
