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 2019/04/17 14:25:09 UTC

[syncope] branch 2_1_X updated: Upgrading commons-lang, wicket-bootstrap and frontend-maven-plugin

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 0b212b1  Upgrading commons-lang, wicket-bootstrap and frontend-maven-plugin
0b212b1 is described below

commit 0b212b118adedabc99125ee36840e30152762142
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Apr 17 16:15:05 2019 +0200

    Upgrading commons-lang, wicket-bootstrap and frontend-maven-plugin
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d422a9d..3ab3eee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -426,7 +426,7 @@ under the License.
     <commons-io.version>2.6</commons-io.version>
     <commons-email.version>1.5</commons-email.version>
     <commons-jexl.version>3.1</commons-jexl.version>
-    <commons-lang.version>3.8.1</commons-lang.version>
+    <commons-lang.version>3.9</commons-lang.version>
     <commons-text.version>1.6</commons-text.version>
     <commons-logging.version>1.1.3</commons-logging.version>
     
@@ -467,7 +467,7 @@ under the License.
     
     <wicket.version>8.4.0</wicket.version>
     <wicket-jqueryui.version>8.3.0</wicket-jqueryui.version>
-    <wicket-bootstrap.version>2.0.8</wicket-bootstrap.version>
+    <wicket-bootstrap.version>2.0.9</wicket-bootstrap.version>
 
     <angular.version>1.7.5</angular.version>
     <angular-resource.version>1.7.0</angular-resource.version>
@@ -2099,7 +2099,7 @@ under the License.
         <plugin>
           <groupId>com.github.eirslett</groupId>
           <artifactId>frontend-maven-plugin</artifactId>
-          <version>1.7.5</version>
+          <version>1.7.6</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>