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/10/04 07:01:05 UTC

[syncope] branch master updated (60a3e52ebd -> 943885a1a5)

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 60a3e52ebd Upgrading Swagger Core and Nimbus JOSE JWT
     new 3866b1d044 Upgrading Commons Text
     new 7e90d9a8c7 Upgrading Swagger UI
     new 943885a1a5 Upgrading Tika

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


[syncope] 01/03: Upgrading Commons Text

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 3866b1d0449ee8835ac8e0306b1688480d01f652
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Sep 29 16:18:33 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index ebf32beb64..f1fa69c091 100644
--- a/pom.xml
+++ b/pom.xml
@@ -442,7 +442,7 @@ under the License.
     
     <commons-jexl.version>3.2.1</commons-jexl.version>
     <commons-lang.version>3.12.0</commons-lang.version>
-    <commons-text.version>1.9</commons-text.version>
+    <commons-text.version>1.10.0</commons-text.version>
     <commons-codec.version>1.15</commons-codec.version>
     <commons-logging.version>1.1.3</commons-logging.version>
 


[syncope] 03/03: 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 master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 943885a1a5eba5c507f9cb19eefe1f39db1a373e
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Oct 4 09:00:42 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index b36aae8d71..0e43064db9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1048,7 +1048,7 @@ under the License.
       <dependency>
         <groupId>org.apache.tika</groupId>
         <artifactId>tika-core</artifactId>
-        <version>2.4.1</version>
+        <version>2.5.0</version>
       </dependency>
 
       <dependency>
@@ -2262,7 +2262,7 @@ under the License.
             <link>https://ci.apache.org/projects/wicket/apidocs/9.x/</link>
             <link>https://commons.apache.org/proper/commons-lang/javadocs/api-release/</link>
             <link>https://commons.apache.org/proper/commons-jexl/apidocs/</link>
-            <link>https://tika.apache.org/2.4.1/api/</link>
+            <link>https://tika.apache.org/2.5.0/api/</link>
             <link>https://docs.spring.io/spring-boot/docs/current/api/</link>
             <link>https://docs.spring.io/spring/docs/current/javadoc-api/</link>
             <link>https://docs.spring.io/spring-security/site/docs/current/api/</link>


[syncope] 02/03: Upgrading Swagger UI

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 7e90d9a8c797bc43f1a8a911911ca89e93f56207
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Sep 30 15:17:56 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index f1fa69c091..b36aae8d71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -456,7 +456,7 @@ under the License.
     <h2.version>2.1.214</h2.version>
 
     <swagger-core.version>2.2.3</swagger-core.version>
-    <swagger-ui.version>4.14.0</swagger-ui.version>
+    <swagger-ui.version>4.14.2</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>