You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/01/20 07:16:35 UTC

[syncope] branch 2_1_X updated: Uprading Wicket-Bootstrap, ANTLR and Commons HttpClient

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 cb943d1  Uprading Wicket-Bootstrap, ANTLR and Commons HttpClient
cb943d1 is described below

commit cb943d1e40a18e6b99a1f11b502a6423129e449c
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jan 20 08:16:11 2020 +0100

    Uprading Wicket-Bootstrap, ANTLR and Commons HttpClient
---
 installer/src/main/resources/izpack/install.xml | 2 +-
 pom.xml                                         | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/installer/src/main/resources/izpack/install.xml b/installer/src/main/resources/izpack/install.xml
index 1cf5d12..122b586 100644
--- a/installer/src/main/resources/izpack/install.xml
+++ b/installer/src/main/resources/izpack/install.xml
@@ -135,7 +135,7 @@ under the License.
   <jar src="lib/commons-lang3-@{commons-lang.version}.jar"/>
   <jar src="lib/httpclient-@{httpclient.version}.jar"/>
   <jar src="lib/httpmime-@{httpclient.version}.jar"/>
-  <jar src="lib/httpcore-4.4.12.jar"/>
+  <jar src="lib/httpcore-4.4.13.jar"/>
   <jar src="lib/jackson-databind-@{jackson.version}.jar"/>
   <jar src="lib/jackson-core-@{jackson.version}.jar"/>
   <jar src="lib/jackson-annotations-@{jackson.version}.jar"/>
diff --git a/pom.xml b/pom.xml
index 2ee9a31..2e6aeee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -483,7 +483,7 @@ under the License.
     
     <wicket.version>8.7.0</wicket.version>
     <wicket-jqueryui.version>8.6.0</wicket-jqueryui.version>
-    <wicket-bootstrap.version>2.0.11</wicket-bootstrap.version>
+    <wicket-bootstrap.version>2.0.12</wicket-bootstrap.version>
 
     <angular.version>1.7.5</angular.version>
     <angular-resource.version>1.7.0</angular-resource.version>
@@ -501,14 +501,14 @@ under the License.
     <fileSaver.version>0.0.2</fileSaver.version>
     
     <izpack.version>5.1.3</izpack.version>
-    <httpclient.version>4.5.10</httpclient.version>
+    <httpclient.version>4.5.11</httpclient.version>
     <maven-invoker.version>3.0.1</maven-invoker.version>
     <ianal-maven-plugin-version>1.0-alpha-1</ianal-maven-plugin-version>
 
     <tycho.version>1.2.0</tycho.version>
     <netbeans.version>RELEASE111</netbeans.version>
 
-    <antlr4.version>4.7.2</antlr4.version>
+    <antlr4.version>4.8-1</antlr4.version>
 
     <hotswap.version>1.4.0</hotswap.version>