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/02/12 05:12:36 UTC

[syncope] branch 2_1_X updated (ca69cf0 -> b702808)

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

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


    from ca69cf0  Upgrading slf4j
     new e17c532  Upgrading aspectjweaver
     new b702808  Upgrading Tika

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

[syncope] 01/02: Upgrading aspectjweaver

Posted by il...@apache.org.
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

commit e17c53272d7ed59146658711712e219a6869ba85
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Feb 11 16:18:49 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 875e2bc..7b7212b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1023,7 +1023,7 @@ under the License.
       <dependency>
         <groupId>org.aspectj</groupId>
         <artifactId>aspectjweaver</artifactId>
-        <version>1.9.7</version>
+        <version>1.9.8</version>
       </dependency>
 
       <dependency>

[syncope] 02/02: Upgrading Tika

Posted by il...@apache.org.
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

commit b702808f7016c28290e6df6d14a199c0045389c4
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sat Feb 12 06:12:05 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 7b7212b..3ecccd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -446,7 +446,7 @@ under the License.
     <commons-text.version>1.9</commons-text.version>
     <commons-logging.version>1.1.3</commons-logging.version>
     
-    <tika.version>1.28</tika.version>
+    <tika.version>1.28.1</tika.version>
 
     <h2.version>1.4.200</h2.version>