This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_1_X by this push:
new ad0d81f Upgrading Tomcat and commons-httpclient
ad0d81f is described below
commit ad0d81f3dcb7c421c2d0b516ba55654da6388c90
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Jun 12 08:02:46 2019 +0200
Upgrading Tomcat and commons-httpclient
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index eacc2b9..f42bd43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -485,7 +485,7 @@ under the License.
<fileSaver.version>0.0.2</fileSaver.version>
<izpack.version>5.1.3</izpack.version>
- <httpclient.version>4.5.8</httpclient.version>
+ <httpclient.version>4.5.9</httpclient.version>
<maven-invoker.version>3.0.1</maven-invoker.version>
<ianal-maven-plugin-version>1.0-alpha-1</ianal-maven-plugin-version>
@@ -518,7 +518,7 @@ under the License.
<cargo.log>${log.directory}/cargo.log</cargo.log>
<cargo.output>${log.directory}/cargo-output.log</cargo.output>
- <tomcat.version>9.0.20</tomcat.version>
+ <tomcat.version>9.0.21</tomcat.version>
<nodejs.version>v8.11.4</nodejs.version>
<protractor.version>5.4.0</protractor.version>