Upgrading Tika and asciidoctorj-pdf
diff --git a/client/am/console/src/main/resources/org/apache/syncope/client/console/clientapps/ClientAppDirectoryPanel.properties b/client/am/console/src/main/resources/org/apache/syncope/client/console/clientapps/ClientAppDirectoryPanel.properties
index eb2bcdd..d2e4bb4 100644
--- a/client/am/console/src/main/resources/org/apache/syncope/client/console/clientapps/ClientAppDirectoryPanel.properties
+++ b/client/am/console/src/main/resources/org/apache/syncope/client/console/clientapps/ClientAppDirectoryPanel.properties
@@ -35,7 +35,7 @@
 jwtAccessToken=JWT Access Token
 subjectType=Subject Type
 supportedGrantTypes=Supported Grant Types
-supportedResponseTypes=Supported Reponse Types
+supportedResponseTypes=Supported Response Types
 logoutUri=Logout URI
 metadataLocation=Metadata Location
 metadataSignatureLocation=Metadata Signature Location
diff --git a/client/am/console/src/main/resources/org/apache/syncope/client/console/clientapps/ClientAppDirectoryPanel_fr_CA.properties b/client/am/console/src/main/resources/org/apache/syncope/client/console/clientapps/ClientAppDirectoryPanel_fr_CA.properties
index fbbbc18..aead9b0 100644
--- a/client/am/console/src/main/resources/org/apache/syncope/client/console/clientapps/ClientAppDirectoryPanel_fr_CA.properties
+++ b/client/am/console/src/main/resources/org/apache/syncope/client/console/clientapps/ClientAppDirectoryPanel_fr_CA.properties
@@ -35,7 +35,7 @@
 jwtAccessToken=JWT Access Token
 subjectType=Subject Type
 supportedGrantTypes=Supported Grant Types
-supportedResponseTypes=Supported Reponse Types
+supportedResponseTypes=Supported Response Types
 logoutUri=Logout URI
 metadataLocation=Metadata Location
 metadataSignatureLocation=Metadata Signature Location
diff --git a/client/am/console/src/main/resources/org/apache/syncope/client/console/clientapps/ClientAppDirectoryPanel_it.properties b/client/am/console/src/main/resources/org/apache/syncope/client/console/clientapps/ClientAppDirectoryPanel_it.properties
index 67bc693..49ccbf6 100644
--- a/client/am/console/src/main/resources/org/apache/syncope/client/console/clientapps/ClientAppDirectoryPanel_it.properties
+++ b/client/am/console/src/main/resources/org/apache/syncope/client/console/clientapps/ClientAppDirectoryPanel_it.properties
@@ -35,7 +35,7 @@
 jwtAccessToken=JWT Access Token
 subjectType=Tipo Subject
 supportedGrantTypes=Grant Type Supportati
-supportedResponseTypes=Reponse Type Supportati
+supportedResponseTypes=Response Type Supportati
 logoutUri=URI di Logout
 metadataLocation=Metadata Location
 metadataSignatureLocation=Metadata Signature Location
diff --git a/client/am/console/src/main/resources/org/apache/syncope/client/console/clientapps/ClientAppDirectoryPanel_pt_BR.properties b/client/am/console/src/main/resources/org/apache/syncope/client/console/clientapps/ClientAppDirectoryPanel_pt_BR.properties
index eb2bcdd..d2e4bb4 100644
--- a/client/am/console/src/main/resources/org/apache/syncope/client/console/clientapps/ClientAppDirectoryPanel_pt_BR.properties
+++ b/client/am/console/src/main/resources/org/apache/syncope/client/console/clientapps/ClientAppDirectoryPanel_pt_BR.properties
@@ -35,7 +35,7 @@
 jwtAccessToken=JWT Access Token
 subjectType=Subject Type
 supportedGrantTypes=Supported Grant Types
-supportedResponseTypes=Supported Reponse Types
+supportedResponseTypes=Supported Response Types
 logoutUri=Logout URI
 metadataLocation=Metadata Location
 metadataSignatureLocation=Metadata Signature Location
diff --git a/client/am/console/src/main/resources/org/apache/syncope/client/console/clientapps/ClientAppDirectoryPanel_ru.properties b/client/am/console/src/main/resources/org/apache/syncope/client/console/clientapps/ClientAppDirectoryPanel_ru.properties
index 0d349eb..3882b48 100644
--- a/client/am/console/src/main/resources/org/apache/syncope/client/console/clientapps/ClientAppDirectoryPanel_ru.properties
+++ b/client/am/console/src/main/resources/org/apache/syncope/client/console/clientapps/ClientAppDirectoryPanel_ru.properties
@@ -36,7 +36,7 @@
 jwtAccessToken=JWT Access Token
 subjectType=Subject Type
 supportedGrantTypes=Supported Grant Types
-supportedResponseTypes=Supported Reponse Types
+supportedResponseTypes=Supported Response Types
 logoutUri=Logout URI
 metadataLocation=Metadata Location
 metadataSignatureLocation=Metadata Signature Location
diff --git a/pom.xml b/pom.xml
index 372ad9b..5a810ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1036,7 +1036,7 @@
       <dependency>
         <groupId>org.apache.tika</groupId>
         <artifactId>tika-core</artifactId>
-        <version>2.4.0</version>
+        <version>2.4.1</version>
       </dependency>
 
       <dependency>
@@ -2600,7 +2600,7 @@
             <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.0/api/</link>
+            <link>https://tika.apache.org/2.4.1/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>
@@ -2703,7 +2703,7 @@
               <dependency>
                 <groupId>org.asciidoctor</groupId>
                 <artifactId>asciidoctorj-pdf</artifactId>
-                <version>2.0.6</version>
+                <version>2.0.8</version>
               </dependency>
             </dependencies>
             <configuration>