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 17301faea32d8375a0dc4be6729b8121469e60c7 Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Wed Nov 6 10:52:15 2019 +0000 Updating Commons Text + SLF4J (cherry picked from commit 3e2e394db3edeab699a942447e03875fa5f85e1b) --- parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index d247f07..45a1831 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -100,7 +100,7 @@ <cxf.commons-jcs-jcache.version>2.1</cxf.commons-jcs-jcache.version> <cxf.commons-lang3.version>3.9</cxf.commons-lang3.version> <cxf.commons-logging.version>1.2</cxf.commons-logging.version> - <cxf.commons-text.version>1.7</cxf.commons-text.version> + <cxf.commons-text.version>1.8</cxf.commons-text.version> <cxf.derby.version>10.14.2.0</cxf.derby.version> <cxf.dom4j.version>2.1.1</cxf.dom4j.version> <cxf.dropwizard.version>3.2.6</cxf.dropwizard.version> @@ -186,7 +186,7 @@ <cxf.servlet-api.artifact>javax.servlet-api</cxf.servlet-api.artifact> <cxf.servlet-api.group>javax.servlet</cxf.servlet-api.group> <cxf.servlet-api.version>3.1.0</cxf.servlet-api.version> - <cxf.slf4j.version>1.7.28</cxf.slf4j.version> + <cxf.slf4j.version>1.7.29</cxf.slf4j.version> <cxf.snakeyaml.version>1.24</cxf.snakeyaml.version> <cxf.specs.jaxws.api.version>1.2</cxf.specs.jaxws.api.version> <cxf.spring.boot.version>2.1.9.RELEASE</cxf.spring.boot.version>
