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 ea127c38a661535a2fe46311c4880cf6d283b1b6
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Tue Feb 7 08:54:36 2023 +0100

    Upgrading docker-maven-plugin and tika
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index d853988d73..31d3567605 100644
--- a/pom.xml
+++ b/pom.xml
@@ -886,7 +886,7 @@ under the License.
       <dependency>
         <groupId>org.apache.tika</groupId>
         <artifactId>tika-core</artifactId>
-        <version>2.6.0</version>
+        <version>2.7.0</version>
       </dependency>
 
       <dependency>
@@ -1700,7 +1700,7 @@ under the License.
         <plugin>
           <groupId>io.fabric8</groupId>
           <artifactId>docker-maven-plugin</artifactId>
-          <version>0.40.3</version>
+          <version>0.41.0</version>
         </plugin>
 
         <plugin>
@@ -2037,7 +2037,7 @@ under the License.
             <link>https://jakarta.ee/specifications/platform/10/apidocs/</link>
             <link>http://www.slf4j.org/api/</link>
             <link>http://connid.tirasa.net/apidocs/1.5/</link>
-            <link>http://cxf.apache.org/javadoc/latest/</link>
+            <link>https://cxf.apache.org/javadoc/latest/</link>
             <link>http://fasterxml.github.io/jackson-core/javadoc/2.14/</link>
             
<link>http://fasterxml.github.io/jackson-databind/javadoc/2.14/</link>
             
<link>http://fasterxml.github.io/jackson-annotations/javadoc/2.14/</link>
@@ -2047,12 +2047,12 @@ under the License.
             <link>https://ci.apache.org/projects/wicket/apidocs/10.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.6.0/api/</link>
+            <link>https://tika.apache.org/2.7.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>
             <link>https://www.flowable.com/open-source/docs/javadocs/</link>
-            <link>http://docs.swagger.io/swagger-core/v2.2.7/apidocs/</link>
+            <link>http://docs.swagger.io/swagger-core/v2.2.8/apidocs/</link>
           </links>
         </configuration>
         <reportSets>

Reply via email to