This is an automated email from the ASF dual-hosted git repository.
dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new 6d062f9 Update commons-text version, awaitility version, and
servlet-api version
6d062f9 is described below
commit 6d062f9ca5ad733f96a776ec1301dfb56df7a4f4
Author: Daniel Kulp <[email protected]>
AuthorDate: Tue Jul 28 19:00:49 2020 -0400
Update commons-text version, awaitility version, and servlet-api version
---
parent/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index ef7a870..97cf106 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -99,7 +99,7 @@
<cxf.commons-jcs-jcache.version>2.1</cxf.commons-jcs-jcache.version>
<cxf.commons-lang3.version>3.11</cxf.commons-lang3.version>
<cxf.commons-logging.version>1.2</cxf.commons-logging.version>
- <cxf.commons-text.version>1.8</cxf.commons-text.version>
+ <cxf.commons-text.version>1.9</cxf.commons-text.version>
<cxf.derby.version>10.14.2.0</cxf.derby.version>
<cxf.dom4j.version>2.1.3</cxf.dom4j.version>
<cxf.dropwizard3.version>3.2.6</cxf.dropwizard3.version>
@@ -186,7 +186,7 @@
<cxf.saaj-impl.version>1.5.2</cxf.saaj-impl.version>
<cxf.servlet-api.artifact>jakarta.servlet-api</cxf.servlet-api.artifact>
<cxf.servlet-api.group>jakarta.servlet</cxf.servlet-api.group>
- <cxf.servlet-api.version>4.0.3</cxf.servlet-api.version>
+ <cxf.servlet-api.version>4.0.4</cxf.servlet-api.version>
<cxf.slf4j.version>1.7.30</cxf.slf4j.version>
<cxf.snakeyaml.version>1.26</cxf.snakeyaml.version>
<cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
@@ -814,7 +814,7 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
- <version>4.0.2</version>
+ <version>4.0.3</version>
<scope>test</scope>
</dependency>
<dependency>