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:30 UTC

[syncope] branch master updated (2b7415f -> d9a6419)

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git.


    from 2b7415f  Temp work around for https://github.com/spring-cloud/spring-cloud-gateway/issues/1532
     new dfa678f  Upgrading Camel
     new d9a6419  Uprading Wicket-Bootstrap and ANTLR

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


[syncope] 02/02: Uprading Wicket-Bootstrap and ANTLR

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit d9a6419919fd97b7eca2303a730ef1cced0d468c
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jan 20 08:12:45 2020 +0100

    Uprading Wicket-Bootstrap and ANTLR
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6e2a771..ce90386 100644
--- a/pom.xml
+++ b/pom.xml
@@ -483,14 +483,14 @@ 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>
     <wicket-spring-boot.version>2.1.8</wicket-spring-boot.version>
     
     <ianal-maven-plugin-version>1.0-alpha-1</ianal-maven-plugin-version>
 
     <netbeans.version>RELEASE111</netbeans.version>
 
-    <antlr4.version>4.7.2</antlr4.version>
+    <antlr4.version>4.8-1</antlr4.version>
 
     <curator.version>4.2.0</curator.version>
     <zookeeper.version>3.5.6</zookeeper.version>


[syncope] 01/02: Upgrading Camel

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit dfa678fe8a7203ffb147f6edcf331f3f80a845af
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jan 20 08:09:33 2020 +0100

    Upgrading Camel
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c330827..6e2a771 100644
--- a/pom.xml
+++ b/pom.xml
@@ -427,7 +427,7 @@ under the License.
 
     <flowable.version>6.4.2</flowable.version>
 
-    <camel.version>3.0.0</camel.version>
+    <camel.version>3.0.1</camel.version>
 
     <slf4j.version>1.7.30</slf4j.version>
     <opensaml.version>3.4.4</opensaml.version>
@@ -2462,8 +2462,8 @@ under the License.
             <link>http://fasterxml.github.io/jackson-dataformats-text/javadoc/yaml/2.10/</link>
             <link>http://fasterxml.github.io/jackson-dataformats-text/javadoc/csv/2.10/</link>
             <link>http://fasterxml.github.io/jackson-datatype-joda/javadoc/2.10/</link>
-            <link>http://www.javadoc.io/doc/org.apache.camel/camel-core/3.0.0/</link>
-            <link>http://www.javadoc.io/doc/org.apache.camel/camel-spring/3.0.0/</link>
+            <link>http://www.javadoc.io/doc/org.apache.camel/camel-core/3.0.1/</link>
+            <link>http://www.javadoc.io/doc/org.apache.camel/camel-spring/3.0.1/</link>
             <link>https://ci.apache.org/projects/wicket/apidocs/8.x/</link>
             <link>https://commons.apache.org/proper/commons-lang/javadocs/api-release/</link>
             <link>https://commons.apache.org/proper/commons-jexl/apidocs/</link>