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 2022/04/11 06:42:55 UTC

[syncope] branch master updated (68d14f6333 -> f83114b7dd)

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 68d14f6333 A few Batch processing improvements (#337)
     new d685ed84b0 Upgrading jacoco-maven-plugin
     new f83114b7dd Upgrading Wicket

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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[syncope] 02/02: Upgrading Wicket

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 f83114b7dd9e7b91fed783cb105696ea42c002bb
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Apr 11 08:42:46 2022 +0200

    Upgrading Wicket
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e3a3ec451b..3037441677 100644
--- a/pom.xml
+++ b/pom.xml
@@ -465,8 +465,8 @@ under the License.
     <jsplumb.version>2.0.7</jsplumb.version>
     <chartjs.version>1.0.2</chartjs.version>
 
-    <wicket.version>9.9.0</wicket.version>
-    <wicketstuff.version>9.8.0</wicketstuff.version>
+    <wicket.version>9.9.1</wicket.version>
+    <wicketstuff.version>9.9.0</wicketstuff.version>
     <wicket-jqueryui.version>9.8.0</wicket-jqueryui.version>
     <wicket-bootstrap.version>5.0.6</wicket-bootstrap.version>
     <wicket-spring-boot.version>3.1.6</wicket-spring-boot.version>


[syncope] 01/02: Upgrading jacoco-maven-plugin

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 d685ed84b0726661b6243469b9e51a6f3999c9ec
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Apr 6 15:46:50 2022 +0200

    Upgrading jacoco-maven-plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 27ac861ffb..e3a3ec451b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2253,7 +2253,7 @@ under the License.
         <plugin>
           <groupId>org.jacoco</groupId>
           <artifactId>jacoco-maven-plugin</artifactId>
-          <version>0.8.7</version>
+          <version>0.8.8</version>
         </plugin>
 
         <plugin>